Infos:
- Used Zammad version: 6.0.0-1692790511.c8049cec.jammy
- Used Zammad installation type: package
- Operating system: Ubuntu 22.04
- Browser + version: Edge for Business 116.0.1938.54 (Official build) (64-bit), Opera, Firefox
Expected behavior:
- When clicking Create, a ticket should be submitted/created.
Actual behavior:
- A notice is displayed saying “Error ID XXXXXXX: Please contact your administrator.”:
- Looking in the production log, I see the following messages:
Steps to reproduce the behavior:
A simplified recreation of this:
- add a text object “test input”
- add a single select object “test selection” with values a b c d e f g
- in core workflows make a priority 1 workflow that removes all those options from the obect
- in another workflow priority 2 add b d f back to the object
- add a priority 3 core workflow that displays “test input” if “test selection” is b or d and sets it as required.
- As a test user (agent or customer, doesn’t matter), attempt to submit the ticket.
- I believe this is a continuation of GitHub Issue #4763 - I made a video outlining that original issue: https://www.youtube.com/watch?v=xGeXrh4_RZ8 - the UI display issue is resolved, but I am unable to submit any tickets that had their fields and readded now.
For me this is not working (tried as both customer and agent role) - I’m wondering if it’s working for @rolfschmidt? Apologies for bothering you again. So close to having what I need built out with Zammad, really appreciate the help/insight.