-
Notifications
You must be signed in to change notification settings - Fork 491
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
Camunda Modeler 5.16 Task Inputparmeter Type List alphabetic sorted #3978
Comments
Thanks for opening this bug report. Order shall always follow engine (+ XML) defined order. |
This may be addressed at some point via this (stalled) PR: bpmn-io/bpmn-js-properties-panel#875. |
I'm assigning to you @nikku since you already had a look. Feel free to un-assign if you can't look into it |
This seems to be a little bigger in complexity, as lists are special (not handled using the default sorting mechanism. We'll go ahead and remove automatic sorting all together from the properties panel, as discussed in bpmn-io/properties-panel#311 and linked conversation. |
Moving this issue back to |
Hi there, @nikku , if you could potentially spare some time to wrap it up for me, I would volunteer to further work on this issue. Kind regards |
@AlexanderSkrock we decided to remove alphabetic sorting all together. It does more harm than good and we regret that past decision today 🙈. There exists a draft PR (bpmn-io/bpmn-js-properties-panel#875) which is stuck, because the topic caused a number of nasty side-effects on other features of the properties panel (such as focussing entries). What we want to do is to remove alphabetic sorting completely from the core (bpmn-io/properties-panel#311). If you want to take a look into that and assess if it is something you'd want to contribute, please feel free to do so. |
So, just to verify that I get you right, @nikku , should we set Either way, I would give it a try to implement and then analyze occuring focus issues , when I have some spare time. |
We want to remove
|
This has been implemented via bpmn-io/bpmn-js-properties-panel#1047 and needs to be integrated into the modeler. To be shipped with v5.24.0 🙂 |
Describe the bug
When creating a service task and adding a Inputs parameter as List
and switch to an other task and switch back and open parameter the list ist sorted alphabatically
also the bpmn xml
Steps to reproduce
Expected behavior
Parameter elements of a List should never be sorted or changed in order.
Environment
Additional context
No response
Depends on bpmn-io/bpmn-js-properties-panel#1047
The text was updated successfully, but these errors were encountered: