Loading lib/galaxy/managers/hdas.py +1 −1 Original line number Diff line number Diff line Loading @@ -202,7 +202,7 @@ class HDAManager( if not isinstance(item, model.HistoryDatasetAssociation): raise TypeError() hda = item copy = hda.copy(parent_id=kwargs.get("parent_id"), copy_hid=False, copy_tags=hda.tags, flush=flush) copy = hda.copy(parent_id=kwargs.get("parent_id"), copy_hid=False, copy_tags=hda.tags, flush=False) if hide_copy: copy.visible = False if history: Loading Loading
lib/galaxy/managers/hdas.py +1 −1 Original line number Diff line number Diff line Loading @@ -202,7 +202,7 @@ class HDAManager( if not isinstance(item, model.HistoryDatasetAssociation): raise TypeError() hda = item copy = hda.copy(parent_id=kwargs.get("parent_id"), copy_hid=False, copy_tags=hda.tags, flush=flush) copy = hda.copy(parent_id=kwargs.get("parent_id"), copy_hid=False, copy_tags=hda.tags, flush=False) if hide_copy: copy.visible = False if history: Loading