[ZBX-8616] Configuration->Items Link in Host Inventory does not work correct Created: 2014 Aug 13  Updated: 2017 May 30  Resolved: 2014 Aug 26

Status: Closed
Project: ZABBIX BUGS AND ISSUES
Component/s: Frontend (F)
Affects Version/s: 2.2.4
Fix Version/s: 2.2.7rc1, 2.3.4

Type: Incident report Priority: Minor
Reporter: Robert Stadler Assignee: Unassigned
Resolution: Fixed Votes: 0
Labels: inventory
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original Estimate: Not Specified

Issue Links:
Duplicate

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



 Comments   
Comment by Krists Krigers (Inactive) [ 2014 Aug 26 ]

Fixed in r48426, branch svn://svn.zabbix.com/branches/dev/ZBX-8616 (copy of 2.2).

Comment by Oleg Egorov (Inactive) [ 2014 Aug 27 ]

(1) String changes?

oleg.egorov No string changes

Comment by Oleg Egorov (Inactive) [ 2014 Aug 27 ]

TESTED

Comment by Krists Krigers (Inactive) [ 2014 Aug 29 ]

Fixed in:

  • 2.2.7rc1 in r48572,
  • 2.3.4 (trunk) in r48573.
Generated at Tue Apr 23 19:15:19 EEST 2024 using Jira 9.12.4#9120004-sha1:625303b708afdb767e17cb2838290c41888e9ff0.