Skip to content

Commit

Permalink
Prevent source hda from getting marked as dirty via copied_from_histo…
Browse files Browse the repository at this point in the history
…ry_dataset_association
  • Loading branch information
mvdbeek committed Mar 20, 2024
1 parent e67bff7 commit e3f135d
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 @@ -5093,9 +5093,9 @@ def copy(self, parent_id=None, copy_tags=None, flush=True, copy_hid=True, new_na
visible=self.visible,
deleted=self.deleted,
parent_id=parent_id,
copied_from_history_dataset_association=self,
flush=False,
)
hda.copied_from_history_dataset_association_id = self.id
# update init non-keywords as well
hda.purged = self.purged

Expand Down

0 comments on commit e3f135d

Please sign in to comment.