See an issue where if a user adds a screen in the Dashboard and clicks on a favorite, the link is replacing the "elementid" with the variable name "resourceid".
For example:
User makes a favorite for the screen with the link:
But when the user clicks on the favorite they are taken to the following link:
For example:
User makes a favorite for the screen with the link:
Code:
https://host.domain.com/zabbix/screens.php?fullscreen=0&config=0&elementid=100100000000022
Code:
https://host.domain.com/zabbix/screens.php?resourceid=100100000000022
Comment