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

Configuration->Items Link in Host Inventory does not work correct

XMLWordPrintable

      The link for Configuration->Items in Host Inventory opens items.php and filters for host id but without "filter_set=1" the correct host is not shown.

      include/views/inventory.host.view.php, Line 229
      wrong:
      $itemsLink = new CLink(_('Items'), 'items.php?hostid='.$this->data['host']['hostid'].url_param('groupid'));
      correct:
      $itemsLink = new CLink(_('Items'), 'items.php?filter_set=1&hostid='.$this->data['host']['hostid'].url_param('groupid'));

            Unassigned Unassigned
            syncrs Robert Stadler
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: