-
Notifications
You must be signed in to change notification settings - Fork 482
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.0 doesn't show multi-line fields for scripts anymore #2982
Comments
Thanks for your request!
The properties panel still supports multi line fields, for example Camunda Forms configuration Headers are one-line inputs, that was already the case in Camunda Modeler 4.x I think this is intended, as the docs don't describe the option for multi-line values. If you think this would be a valuable addition, let's make this one a feature request and discuss it 👍 |
@michaelarnauts What is your use case of adding a script to the header? |
It seems to be the way how it's implemented in https://github.com/camunda-community-hub/zeebe-script-worker Also, there is no other field available in models for Camunda 8. |
@irlaer , I believe this is a slightly different issue (name vs. script fields). I created bpmn-io/bpmn-js-properties-panel#705 to track the Name issue |
I think this is something we want to have (again), some day. Moving to backlog. |
Improved upstream via bpmn-io/bpmn-js-properties-panel#705. |
Only for name field, not for the headers or field injections. |
Thanks @michaelarnauts. Removed |
…xt areas (#1065) deps: update @bpmn-io/properties-panel to 3.22.3 Related camunda/camunda-modeler#2982
Fixed upstream with bpmn-io/bpmn-js-properties-panel#1065 Released in bpmn-js-properties-panel@5.18.1 |
Describe the bug
The rework of the property panels in 5.0 doesn't support multi-line property fields anymore. This is needed when writing a script to be executed by a script worker (on Camunda Platform 8), or when working with JSON values.
Steps to reproduce
script
so it can be picked up by https://github.com/camunda-community-hub/zeebe-script-worker for example.language
=javascript
.script
and try to add a script there. There is only room for one line.Expected behavior
It should be possible to expand the input field so it can contain multi-line values. This is how it worked in Modeler 4.x and earlier.
Environment
Additional context
No response
The text was updated successfully, but these errors were encountered: