-
Problem report
-
Resolution: Fixed
-
Trivial
-
5.2.0alpha3
-
Sprint 72 (Jan 2021), Sprint 73 (Feb 2021), Sprint 74 (Mar 2021), Sprint 75 (Apr 2021)
-
0.5
Steps to reproduce:
- Open invalid url "/zabbix.php?action=dashboard.view&dashboardid=[]"
- Check message text
Result:
- successIncorrect value "[]" for "dashboardid" field.
- errorController: dashboard.view
- erroraction: dashboard.view
- errordashboardid: []
Expected:
- Incorrect value "[]" for "dashboardid" field.
- Controller: dashboard.view
- action: dashboard.view
- dashboardid: []
- caused by
-
ZBXNEXT-5965 Zabbix UI and API must not keep any local states like PHP sessionid
- Closed