Add "show in multiview" to mutiple history selection#21260
Merged
itisAliRH merged 7 commits intogalaxyproject:devfrom Nov 19, 2025
Merged
Add "show in multiview" to mutiple history selection#21260itisAliRH merged 7 commits intogalaxyproject:devfrom
itisAliRH merged 7 commits intogalaxyproject:devfrom
Conversation
Prevents users from opening more than 10 histories in multiview at once by prompting for confirmation and trimming the selection if exceeded. Improves usability by clarifying limits and preventing accidental overload.
Introduces a test to verify that attempting to open more than the allowed maximum number of histories in multiview triggers a confirmation dialog, and ensures only the permitted number are opened.
It shows the correct number of histories selected in case we exceeded the limit
Contributor
Author
|
Test failures are unrelated and likely transient. |
Member
|
thanks @davelopez ! marvelous |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Closes #21177
When 2 or more histories are selected, the
Open in Multiviewbutton is enabled to show them in the Multi-history view.BulkMultiview.mp4
Currently, the maximum number of histories that can be opened at once is (arbitrarily) limited to 10, and if the number of selected histories is greater, you will see a confirmation message telling you that only 10 will be opened. This is to avoid the easy combination of "select all" with a huge number of histories in the account, which will likely hurt performance. But the limit of 10 can be changed to any other appropriate value if desired.
TODO
How to test the changes?
License