[ZBX-10866] Incorrect timeline period Created: 2016 Jun 01 Updated: 2017 May 30 Resolved: 2016 Jun 29 |
|
Status: | Closed |
Project: | ZABBIX BUGS AND ISSUES |
Component/s: | Frontend (F) |
Affects Version/s: | 2.2.13, 2.4.8, 3.0.3, 3.2.0alpha1 |
Fix Version/s: | 2.2.14rc1, 3.0.4rc1, 3.2.0alpha1 |
Type: | Incident report | Priority: | Blocker |
Reporter: | Alexey Pustovalov | Assignee: | Unassigned |
Resolution: | Fixed | Votes: | 0 |
Labels: | timeperiodselection | ||
Remaining Estimate: | Not Specified | ||
Time Spent: | Not Specified | ||
Original Estimate: | Not Specified |
Issue Links: |
|
Description |
Environment: With these conditions it is impossible to choose timeperiod > than 2 days in time selector. So Zabbix considers that history/trends are available only for last 2 days. |
Comments |
Comment by Kim Jongkwon [ 2016 Jun 06 ] |
I feel like this issue relating to |
Comment by vitalijs.cemeris (Inactive) [ 2016 Jun 16 ] |
(1) No translation string changes. gunarspujats CLOSED |
Comment by vitalijs.cemeris (Inactive) [ 2016 Jun 16 ] |
Fixed in the development branch svn://svn.zabbix.com/branches/dev/ZBX-10866 |
Comment by vitalijs.cemeris (Inactive) [ 2016 Jun 20 ] |
(2) Using setMonth(arg) + setDate(arg) will set unexpected result if (date > days in month) RESOLVED in r60692, r60698 gunarspujats CLOSED |
Comment by Gunars Pujats (Inactive) [ 2016 Jun 21 ] |
(3) Coding style js/class.cdate.js vitalijs.cemeris Thanks, RESOLVED in r60709, r60711. gunarspujats CLOSED |
Comment by Gunars Pujats (Inactive) [ 2016 Jun 22 ] |
Tested |
Comment by vitalijs.cemeris (Inactive) [ 2016 Jun 22 ] |
Fixed in:
|
Comment by vitalijs.cemeris (Inactive) [ 2016 Jun 27 ] |
(4) Fixed for 2.2 in the development branch svn://svn.zabbix.com/branches/dev/ZBX-10866 r60723 gunarspujats CLOSED |