-
Problem report
-
Resolution: Won't fix
-
Trivial
-
None
-
6.4.1, 7.0.0alpha1
Steps to reproduce:
- Open some host or create new host
- Add SNMP interface
- Fill "Max repetition count" with 99999999999999999999
- Click Add or Update
(Repeat the same with value 0).
Result:
See screenshot:
Error message is completely useless:
Incorrect arguments passed to function.
1. There is no information about what field is filled incorrectly.
2. There is no information which value interval is correct for this field.
3. Entered value 99999999999999999999 was changed to 100000000000000000000
Expected:
1. There should be frontend validation for this field, for example "maxlength"=3, which is consistent with backend validation.
2. Error message should be like this, for example:
Max repetition count must be from 1 to 99.
- is duplicated by
-
ZBXNEXT-6998 Implement audit for API host
- READY TO DEVELOP