Uploaded image for project: 'ZABBIX BUGS AND ISSUES'
  1. ZABBIX BUGS AND ISSUES
  2. ZBX-2064

Impossible to create map with non-default locale

XMLWordPrintable

    • Icon: Incident report Incident report
    • Resolution: Fixed
    • Icon: Major Major
    • 1.8.2, 1.9.0 (alpha)
    • 1.8.2
    • Frontend (F)
    • None

      in other translatetions(not en) maps not created. Bug in

      Index: sysmaps.php
      ===================================================================
      — sysmaps.php (revision 10382)
      +++ sysmaps.php (working copy)
      @@ -241,7 +241,7 @@
      if(isset($_REQUEST['form']))

      { if($_REQUEST['form'] == S_IMPORT_MAP) import_map_form($rules); - else if(($_REQUEST['form'] == 'Create Map') || ($_REQUEST['form'] == 'update')) + else if(($_REQUEST['form'] == S_CREATE_MAP) || ($_REQUEST['form'] == 'update')) insert_map_form(); }

      else{

            Unassigned Unassigned
            dotneft Alexey Pustovalov
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved: