Skip to content

Fix input tags not being copied when using copy_inputs_to_history#21529

Merged
mvdbeek merged 1 commit intogalaxyproject:devfrom
mvdbeek:claude/fix-input-tags-copy-h2Tgf
Jan 5, 2026
Merged

Fix input tags not being copied when using copy_inputs_to_history#21529
mvdbeek merged 1 commit intogalaxyproject:devfrom
mvdbeek:claude/fix-input-tags-copy-h2Tgf

Conversation

@mvdbeek
Copy link
Copy Markdown
Member

@mvdbeek mvdbeek commented Jan 3, 2026

When workflow inputs are copied to a new history tags and hashtags were not being copied along with the datasets and dataset collections.

Also adds test_copy_inputs_to_history_with_tags to verify that both dataset and dataset collection tags are properly copied when workflow inputs are copied to a new history.

Fixes #18893

(Please replace this header with a description of your pull request. Please include BOTH what you did and why you made the changes. The "why" may simply be citing a relevant Galaxy issue.)
(If fixing a bug, please add any relevant error or traceback)
(For UI components, it is recommended to include screenshots or screencasts)

How to test the changes?

(Select all options that apply)

  • I've included appropriate automated tests.
  • This is a refactoring of components with existing test coverage.
  • Instructions for manual testing are as follows:
    1. [add testing steps and prerequisites here if you didn't write automated tests covering all your changes]

License

  • I agree to license these and all my past contributions to the core galaxy codebase under the MIT license.

When workflow inputs are copied to a new history tags and hashtags were
not being copied along with the datasets and dataset collections.

Also adds test_copy_inputs_to_history_with_tags to verify that both
dataset and dataset collection tags are properly copied when workflow
inputs are copied to a new history.

Fixes galaxyproject#18893
@mvdbeek mvdbeek merged commit cc00fb7 into galaxyproject:dev Jan 5, 2026
55 of 61 checks passed
@guerler guerler added the release-testing-26.0 PRs marked for testing for the 26.0 release and issues stemming from release testing label Jan 29, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area/testing/api area/testing area/workflows kind/bug release-testing-26.0 PRs marked for testing for the 26.0 release and issues stemming from release testing

Projects

None yet

Development

Successfully merging this pull request may close these issues.

copy all tags when sending workflow outputs to a new history

3 participants