-
Notifications
You must be signed in to change notification settings - Fork 481
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Modeler 5.5.0 Execution Listeners: Error when input is cleared (Uncaught in Promise) #3303
Comments
Thank you for reporting this issue. I am able to reproduce it. Root CauseThe execution listener is persisted as
we use the key ( When the last character is removed, we do not persist the empty string, resulting in
Because the type can no longer be determined, the Property panel breaks Solution sketchPersist empty values as empty strings |
Thank you guys for the quick response and fix. Do you know when the fix will be incorporated into the Camunda modeler? |
Hi @ssternal , we are planning on cutting a patch release for the Camunda Modeler next week. |
Closed via eeab284. |
Fixed and released with Camunda Modeler v5.5.1. |
Describe the bug
In a task, when you add an execution listener and set the type to either 'Expression', 'JavaClass' or 'DelegateExpression' and type something in the inputfield beneath, then clear the input with backspace, you get the following error and can't really use the modeler afterwards, so you have to reload/restart.
Steps to reproduce
Expected behavior
I should be able to delete my inputs without the modeler to break.
Environment
Additional context
No response
The text was updated successfully, but these errors were encountered: