-
Type:
Problem report
-
Resolution: False Positive
-
Priority:
Trivial
-
Affects Version/s: 7.0.24, 7.4.8, 8.0.0alpha2
-
Component/s: Frontend (F)
Steps to reproduce:
Go to: Administration -> General -> GUI
Scenario 1:
- Enter: Time filter default period = 10y
- Submit
Scenario 2:
- Enter: Time filter default period = 315359999s
- Submit
Actual result:
Error message is displayed:
Cannot update configuration
Incorrect value for field "period_default": time filter default period exceeds the max period.
Expected result:
According to documentation 10 years (or 315360000 seconds) are in acceptable time range. For example, field 'Max period for time selector' has same allowed time period and it accepts 10y (or 315360000s) without issues.
If this time period is incorrect and 'Time filter default period' field should accept some other time period, then documentation needs to be corrected.