-
Problem report
-
Resolution: Fixed
-
Trivial
-
5.0.0alpha1
-
Sprint 63 (Apr 2020), Sprint 64 (May 2020)
-
0.5
Problem #1 description:
An "Illegal string offset" runtime error is observed when adding a condition to a "Remote command" operation that has already "Host" field populated in "Target list" section.
Steps to reproduce:
- Navigate to Configuration => Actions and press "Create action"
- Open "Operations" tab and press "Add" in Operations section
- In the opened overlay dialogue set "Operation type" to "Remote command"
- In Target list section select any existing host in field "Host"
- Press "Add" button in section "Conditions"
- Press "Add" in the opened overlay dialogue
Result: The following runtime error is observed:
Illegal string offset 'hostid' [zabbix.php:21 -> require_once() -> ZBase->run() -> ZBase->processRequest() -> ZBase->processResponseFinal() -> CView->getOutput() -> include() -> CConfigFile->{closure}() in app/views/popup.operation.common.php:322]
Expected: no runtime errors should be observed.
Problem #2 description:
An "Undefined index" runtime error is observed when adding a "Set host inventory mode" operation to a Discovery action.
Steps to reproduce:
- Navigate to Configuration => Actions open the list of Discovery actions and press "Create action"
- Open "Operations" tab and press "Add" in Operations section
- In the opened overlay dialogue set "Operation type" to "Set host inventory mode"
- Press "Add" in the operation details overlay dialogue
Result: The following runtime error is observed:
Undefined index: opinventory [zabbix.php:21 -> require_once() -> ZBase->run() -> ZBase->processRequest() -> ZBase->processResponseFinal() -> CView->getOutput() -> include() -> CConfigFile->{closure}() in app/views/popup.operation.common.php:642]
Expected: no runtime errors should be observed.