Skip to content

Commit

Permalink
Associate copied_from_history_dataset_collection_association by id
Browse files Browse the repository at this point in the history
To respect the view-only flag for copied_from_history_dataset_collection_association relationship.
  • Loading branch information
davelopez committed Oct 17, 2024
1 parent cd7dc7a commit e14d76a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/galaxy/model/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7179,7 +7179,7 @@ def copy(
visible=self.visible,
deleted=self.deleted,
name=self.name,
copied_from_history_dataset_collection_association=self,
copied_from_history_dataset_collection_association_id=self.id,
)
if self.implicit_collection_jobs_id:
hdca.implicit_collection_jobs_id = self.implicit_collection_jobs_id
Expand Down

0 comments on commit e14d76a

Please sign in to comment.