Skip to content

Commit

Permalink
Fix name handling in build module
Browse files Browse the repository at this point in the history
  • Loading branch information
guerler committed Feb 22, 2017
1 parent 619bfef commit 007b659
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/galaxy/webapps/galaxy/api/workflows.py
Expand Up @@ -369,6 +369,7 @@ def build_module( self, trans, payload={} ):
return {
'label' : inputs.get( '__label', '' ),
'annotation' : inputs.get( '__annotation', '' ),
'name' : module.get_name(),
'tool_state' : module.get_state(),
'data_inputs' : module.get_data_inputs(),
'data_outputs' : module.get_data_outputs(),
Expand Down

0 comments on commit 007b659

Please sign in to comment.