-
Incident report
-
Resolution: Fixed
-
Major
-
None
-
1.6
-
None
-
Any
In Configuration->Maps, user could insert an image without associate it to an host id(elementid). After database insertion of those new image, zabbix dosen't display the maps because the user aren't permision on host 0. Normaly, application may insert an image without associated host, only and only if she has the type of 4.
I address this bug modifing the file maps.inc.php, adding the line
if(($elementid == 0) and ($elementtype != 4)) return FALSE;
to function add_element_to_sysmap .
- duplicates
-
ZBX-706 Issue that will cause a map permission issue and the map will disappear.
- Closed