-
Notifications
You must be signed in to change notification settings - Fork 1k
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
[24.1] Fix display tags in FormSelect when available #18918
[24.1] Fix display tags in FormSelect when available #18918
Conversation
Currently, the filtering will not take into account the tags, only the main "label". Did the previous component filter by tag too in the search box? Edit: I figured out we should filter by tag anyway, people might remember the tag better than the dataset name. So I'll modify the default search to include tags. |
did you do a quick performance test for very large histories? |
Nope, if this was available before I just hope it shouldn't be worse than before. 😅 This is loading everything and is not (nor was) using any kind of pagination before I'm afraid. |
I'm worried mostly about the search, and how responsive it feels while typing. I think we have a filter worker which could be used here in case it's unresponsive. |
Ahh cool! I'm happy to use it then. I'll search for it. |
45552fb
to
b3d7025
Compare
It should be ready to review :) |
2c9e4dc
to
236492f
Compare
@ElectronicBlueberry, there is something about reusing the worker that breaks some selenium tests. I've tried for a long time to figure out what it is, but I can't see any problem with it 🤔 Do you think this is acceptable without reusing the worker as a fix? We can try to optimize it in the dev branch if this is a performance concern. What do you think? |
Instead of expect the exact value, expect to contain it, since now the tags will be also displayed.
53de9dd
to
484dfc5
Compare
f06b0d7
into
galaxyproject:release_24.1
Fixes #18667
How to test the changes?
(Select all options that apply)
License