Skip to content

Commit

Permalink
Merge pull request #18871 from mvdbeek/fix_integration_tests_wrong_da…
Browse files Browse the repository at this point in the history
…taset_state

[24.0] Fix wrong final state when init_from is used
  • Loading branch information
mvdbeek committed Sep 23, 2024
2 parents 0c48cf6 + b3eb78a commit 0642b59
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/galaxy/model/store/discover.py
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,6 @@ def finalize_storage(

if init_from:
self.permission_provider.copy_dataset_permissions(init_from, primary_data)
primary_data.state = init_from.state
else:
self.permission_provider.set_default_hda_permissions(primary_data)

Expand Down

0 comments on commit 0642b59

Please sign in to comment.