-
Incident report
-
Resolution: Fixed
-
Minor
-
None
-
1.6
-
None
-
Server version: Apache/2.2.3
Tested under:
Firefox 3.0.11
IE 6.0.2900
Check URL in DB:
mysql> select selementid,url from sysmaps_elements where selementid=14;
-------------------------------+
selementid | url |
-------------------------------+
-------------------------------+
Its OK.
But when "Map URL" button pressed browser redirected to URL: http://10.170.29.1010.170.29.10/?sid=75312c05d3b146ec which leads to unknown location.
Suggested FIX:
include/maps.inc.php:
OLD code:
$menus.= "['".S_MAP.SPACE.S_URL."',\"javascript: redirect('".$url."')\", null,
],";
NEW code:
$menus.= "['".S_MAP.SPACE.S_URL."',\"javascript: location.replace('".$url."')\", null,
],";