[ZBX-6748] Event filter reset Created: 2013 Jun 26  Updated: 2017 May 30  Resolved: 2013 Jun 28

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

Type: Incident report Priority: Trivial
Reporter: Oleg Egorov (Inactive) Assignee: Unassigned
Resolution: Fixed Votes: 0
Labels: event, filters
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original Estimate: Not Specified


 Description   

Monitoring -> Events

Time bar -> 1y
After ALARM ACKNOWLEDGES time bar -> 7d



 Comments   
Comment by Ivo Kurzemnieks [ 2013 Jun 27 ]

RESOLVED in svn://svn.zabbix.com/branches/dev/ZBX-6748

Comment by Oleg Egorov (Inactive) [ 2013 Jun 28 ]

(1) In Monitoring->Discovery exist sources Discovery and Trigger
Now period was saved for all tabs in one parameter 'web.events.period'

But should be for Discovery - 'web.events.discovery.period' and for Triggers - 'web.events.trigger.period'

iivs RESOLVED in r36574

oleg.egorov CLOSED

Comment by Oleg Egorov (Inactive) [ 2013 Jun 28 ]

(2) Improve source code:

From:

$_REQUEST['period'] = get_request('period', CProfile::get('web.events.period', ZBX_PERIOD_DEFAULT));

To:

$_REQUEST['period'] = CProfile::get('web.events.period');

iivs RESOLVED in r36574

oleg.egorov CLOSED

Comment by Oleg Egorov (Inactive) [ 2013 Jun 28 ]

(3) Please add line break in events.php:365

RESOLVED in r36576

oleg.egorov CLOSED

Comment by Oleg Egorov (Inactive) [ 2013 Jun 28 ]

(4) Please fix CProfile::get in events.php:393

Now 'web.events.period', but should be web.events.'.$sourceName.'.period

iivs it was line 396
RESOLVED in r36576

oleg.egorov CLOSED

Comment by Oleg Egorov (Inactive) [ 2013 Jun 28 ]

TESTED

Comment by Ivo Kurzemnieks [ 2013 Jun 28 ]

Fixed in pre-2.1.0 (trunk) r36584

Generated at Thu Apr 25 19:38:29 EEST 2024 using Jira 9.12.4#9120004-sha1:625303b708afdb767e17cb2838290c41888e9ff0.