-
Problem report
-
Resolution: Fixed
-
Trivial
-
3.0.21rc1, 3.4.13rc1, 4.0.0beta1
-
Sprint 41, Sprint 42, Sprint 43, Sprint 44, Sprint 45, Sprint 46, Nov 2018
-
1
I. Missing asterisk - for trunk
Steps to reproduce:
- Go to Triggers - Create Trigger
- Click Expression Edit
- Choose Item with numeric data
- Choose Function sum(), avg(), or last(), max(), min(), etc...
- Leave Last of (T) field empty (Both dropdown values Time or Count)
- Enter N value and submit
- Get error that Last of (T) field is mandatory.
Expected:
Red asterisk should be added to Last of (T) field.
II. Disabled Count field in band() function - only for 3.0 and 3.4 versions.
- Go to Triggers - Create Trigger
- Click Expression Edit
- Choose Item with numeric data
- Choose Function band()
- In Last of (T) field choose dropdown value Count - filed remains disabled, so cannot fill it in.
- Enter all other values and submit
- Get error that Last of (T) Count parameter is mandatory.
Expected: When choosing Count dropdown value field should become editable.
- is duplicated by
-
ZBX-13669 Input fields change width in trigger expression modal popup
- Closed