Skip to content

Commit

Permalink
Merge pull request #16377 from mvdbeek/copy_when_expression_when_copy…
Browse files Browse the repository at this point in the history
…ing_step

[23.0] Copy when_expression when copying workflow step
  • Loading branch information
mvdbeek committed Jul 7, 2023
2 parents 61a6a0b + 6a2b0e4 commit c93a718
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/galaxy/model/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7276,6 +7276,7 @@ def copy_to(self, copied_step, step_mapping, user=None):
copied_step.position = self.position
copied_step.config = self.config
copied_step.label = self.label
copied_step.when_expression = self.when_expression
copied_step.inputs = copy_list(self.inputs, copied_step)

subworkflow_step_mapping = {}
Expand Down

0 comments on commit c93a718

Please sign in to comment.