- Used Zammad version: 6.3.1-1715932826.48881ba1.bookworm
- Used Zammad installation type: package
- Operating system: Debian
- Browser + version: Arc 1.70.0 / Chromium Engine Version 131.0.6778.86
Expected behavior:
- User with only rights for trigger can activate triggers
Actual behavior:
- User sees the triggers
- When clicking on a trigger, it doesn’t open
- The following error is in the console:
application-f40d7bd154a71dd26bda2607beae525ec93a2288b2e34a73a74548d69bbade7f.js:56 Uncaught TypeError: Cannot read properties of undefined (reading 'name')
at App.UiElement.timezone.n.render (application-f40d7bd154a71dd26bda2607beae525ec93a2288b2e34a73a74548d69bbade7f.js:56:6203)
at App.ControllerForm.i.formGenItem (application-f40d7bd154a71dd26bda2607beae525ec93a2288b2e34a73a74548d69bbade7f.js:37:27664)
at App.ControllerForm.i.formGen (application-f40d7bd154a71dd26bda2607beae525ec93a2288b2e34a73a74548d69bbade7f.js:37:25487)
at i.formGen (application-f40d7bd154a71dd26bda2607beae525ec93a2288b2e34a73a74548d69bbade7f.js:37:22208)
at new i (application-f40d7bd154a71dd26bda2607beae525ec93a2288b2e34a73a74548d69bbade7f.js:37:23188)
at App.ControllerGenericEdit.i.content (application-f40d7bd154a71dd26bda2607beae525ec93a2288b2e34a73a74548d69bbade7f.js:37:2994)
at e.content (application-f40d7bd154a71dd26bda2607beae525ec93a2288b2e34a73a74548d69bbade7f.js:37:2265)
at App.ControllerModal.i.update (application-f40d7bd154a71dd26bda2607beae525ec93a2288b2e34a73a74548d69bbade7f.js:36:27249)
at e.update (application-f40d7bd154a71dd26bda2607beae525ec93a2288b2e34a73a74548d69bbade7f.js:36:24749)
at App.ControllerModal.i.render (application-f40d7bd154a71dd26bda2607beae525ec93a2288b2e34a73a74548d69bbade7f.js:36:28152)
Steps to reproduce the behavior:
- Create a role that has only rights for triggers
- Assign the role to a user
- Try to change a trigger as this user
Thanks for the help!