[26.0] Hide interactivetools activity when disabled in config#21755
Merged
mvdbeek merged 2 commits intogalaxyproject:release_26.0from Feb 5, 2026
Merged
[26.0] Hide interactivetools activity when disabled in config#21755mvdbeek merged 2 commits intogalaxyproject:release_26.0from
mvdbeek merged 2 commits intogalaxyproject:release_26.0from
Conversation
Tests verify the activity bar respects the interactivetools_enable config setting - hiding the activity when disabled.
Filter out the interactivetools activity from the activity bar when interactivetools_enable is false in the Galaxy configuration. Fixes galaxyproject#21739
mvdbeek
approved these changes
Feb 5, 2026
Member
mvdbeek
left a comment
There was a problem hiding this comment.
Should we do this for ChatGXY as well ?
Member
|
thanks @dannon ! |
dannon
added a commit
to dannon/galaxy
that referenced
this pull request
Feb 5, 2026
Follow-up to galaxyproject#21755 per mvdbeek's comment - apply the same filtering pattern to hide the chatgxy activity when llm_api_configured is false.
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.
Filter out the interactivetools activity from the activity bar when interactivetools_enable is false. No point showing users an option they can't use.
Fixes #21739