[ZBX-4844] Incorrect definition of "last issues" in dashboard Created: 2012 Apr 06  Updated: 2017 May 30  Resolved: 2012 Apr 10

Status: Closed
Project: ZABBIX BUGS AND ISSUES
Component/s: Frontend (F)
Affects Version/s: 2.0.0rc3
Fix Version/s: 2.0.0rc3

Type: Incident report Priority: Major
Reporter: Alexey Pustovalov Assignee: Unassigned
Resolution: Fixed Votes: 0
Labels: gettext
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original Estimate: Not Specified
Environment:

rev 26687.



 Description   

Index: dashboard.php
===================================================================
— dashboard.php (revision 26687)
+++ dashboard.php (working copy)
@@ -314,7 +314,7 @@
// last issues
$refresh_menu = get_icon('menu', array('menu' => 'hat_lastiss'));
$lastiss = new CUIWidget('hat_lastiss', new CSpan(_('Loading...'), 'textcolorstyles'), CProfile::get('web.dashboard.hats.hat_lastiss.state', 1));
$lastiss>setHeader(_n('Last $1%d issue', 'Last %1$d issues', DEFAULT_LATEST_ISSUES_CNT), array($refresh_menu));
+$lastiss->setHeader(_n('Last %1$d issue', 'Last %1$d issues', DEFAULT_LATEST_ISSUES_CNT), array($refresh_menu));
$lastiss->setFooter(new CDiv(SPACE, 'textwhite', 'hat_lastiss_footer'));
$rightColumn[] = $lastiss;



 Comments   
Comment by Oleksii Zagorskyi [ 2012 Apr 07 ]

Related (broken) in ZBX-4753

Comment by Alexander Vladishev [ 2012 Apr 10 ]

Fixed in version pre-2.0.0rc3 revision 26698.

Generated at Thu Apr 25 17:50:48 EEST 2024 using Jira 9.12.4#9120004-sha1:625303b708afdb767e17cb2838290c41888e9ff0.