-
Problem report
-
Resolution: Fixed
-
Trivial
-
7.0.0alpha9, 7.0 (plan)
-
S24-W20/21, S24-W22/23, S24-W24/25
-
0.25
If type of an existing item without timeout (example: Zabbix trapper) was changed to an item type, that has timeout (example: script), the value of the timeout is missing (can be observed when inspecting the page in DevTools), and testing the new item will result in "Unsupported timeout value" error message.
Can be reproduced by editing or cloning the existing item, and changing the type.
Steps to reproduce:
Precondition: item without timeout was previously created (Zabbix trapper or similar)
- Open Data collection -> Hosts -> Items
- Click on the existing trapper item
- Change the type of the item to the type, that has the Timeout parameter, example: Script
- Add necessary data, without changing the value of the Timeout
- Click test
- Click Get value and test
Result:
"Unsupported timeout value" error message is displayed.
See video:
Expected:
Value of the timeout should be present, testing of the new item - successful.