-
Notifications
You must be signed in to change notification settings - Fork 496
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
Align search order for user tasks with the new improved search #4856
Comments
The bug might be in one of these: |
Or it might be in the core, i.e. |
The issue seems to be that the search sorter focuses only on the first key, if that one already gives a difference. This means in most cases only the Proposed solution (discussed with nikku):
|
The |
I'm testing now with bpmn-js:
|
@Buckwich Do we have a bigger example in the diagram-js tests in place that allows us to validate this E2E? I could imagine we simply add an integration test there, to be able to verify locally against a "close to real world" example. |
Not yet as I'm still trying out to find the best search, I think with [] support it would behave like I want it too. I guess I can add some tests just to verify I don't break too much. |
Describe the bug
When we search for tasks inside the create/append menu we could see that it is always displayed in the following order of simple tasks and then connector tasks but in case of User task the order is always vice versa
Steps to reproduce
Screen.Recording.2025-02-26.at.10.28.32.mov
Expected behavior
Align the search order for user tasks as like other tasks
Environment
Additional context
No response
The text was updated successfully, but these errors were encountered: