-
Notifications
You must be signed in to change notification settings - Fork 22
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
Do not sort entries alphabetically #311
Closed
nikku opened this issue
Nov 29, 2023
· 1 comment
· Fixed by #353 or bpmn-io/bpmn-js-properties-panel#1047
Closed
Do not sort entries alphabetically #311
nikku opened this issue
Nov 29, 2023
· 1 comment
· Fixed by #353 or bpmn-io/bpmn-js-properties-panel#1047
Labels
enhancement
New feature or request
Comments
This was referenced Nov 29, 2023
bpmn-io-tasks
bot
added
in progress
Currently worked on
and removed
ready
Ready to be worked on
labels
Nov 30, 2023
This is not going to happen. Moving back to |
5 tasks
3 tasks
nikku
pushed a commit
that referenced
this issue
May 28, 2024
This completely remove all sorting magic from the core properties panel. Userland is in charge of sorting. Closes #311 chore: remove sorting from `ListGroup` component chore: remove `compareFn` from `List` component
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Is your feature request related to a problem? Please describe.
With the properties panel rewrite we decide to make sorting of entries alphabetically the default. Since then we've unbuilt in the BPMN properties panel the sorting for most parts.
We did it because sorting alphabetically for anything where ordering (in XML) has an execution semantic is dangerous (camunda/camunda-modeler#2932 (comment)). If at all, then users should have the chance to sort things manually.
Unfortunately the fact that sorting is the default continues to bite us, cf. camunda/camunda-modeler#3978. I therefore propose to disable sorting per default, and instead understand that the properties panel operates in a domain where deterministic, user chosen sorting is the standard.
Describe the solution you'd like
shouldSort=false
per default)Describe alternatives you've considered
Additional context
Raised last (again) in the context of C7: camunda/camunda-modeler#3978.
The text was updated successfully, but these errors were encountered: