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

Data/Triggers are never displayed in Monitoring -> Overview page when the option "Dropdown first entry" is set to "none"

XMLWordPrintable

      Steps:
      1) Open Monitoring -> Overview page and make sure you see some data or triggers there.
      2) In Administration -> General set option "Dropdown first entry" to "none".
      3) Open Monitoring -> Overview page again. At first nothing is displayed. Select a group. And nothing is displayed. Try to filter something, but nothing is displayed.

      Reason:
      Possibly broken in r45904. There is quite a difference. In 2.4 there is simple code

       if ($config['dropdown_first_entry']) { // display 

      But in 2.2 there is more logic when data should be displayed:

      if ($config['dropdown_first_entry'] || $this->data['pageFilter']->applicationsSelected || $this->data['pageFilter']->groupsSelected) { // display
      

            Unassigned Unassigned
            iivs Ivo Kurzemnieks
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated:
              Resolved: