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

Details

    • Incident report
    • Status: Closed
    • Minor
    • Resolution: Fixed
    • 2.2.4
    • 2.2.7rc1, 2.3.4
    • Frontend (F)

    Description

      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'));

      Attachments

        Activity

          People

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

            Dates

              Created:
              Updated:
              Resolved: