-
Incident report
-
Resolution: Unresolved
-
Trivial
-
None
-
7.4.1
-
Debian with installation via Docker compose
Steps to reproduce:
- zabbix-docker Git repository currently at version 7.0.8, that was earlier upgraded from version 6.x
- Stash local changes in the repository for MySQL credentials and HTTPS certificates
- Checkout 7.4 branch and pull
- Unstash local changes
- `docker compose pull`
- `docker compose down`
- `docker compose up -d`
- Fix DB authentication as described in https://github.com/zabbix/zabbix-docker/issues/1749 (add `--mysql-native-password=ON` to `compose_databases.yaml`)
- Restart container for a clean start
- In the "Trigger overview" widget on the frontend, click an existing problem and select "Update problem"
Result:
Error message 'Field "eventids" is mandatory.' appears:
Expected:
The "Update problem" dialog appears, which can still be accessed using other widgets, like the "Update" button in the "Problems" widget.