1 new commit in galaxy-central:
https://bitbucket.org/galaxy/galaxy-central/commits/1d1292f5b4ab/ Changeset: 1d1292f5b4ab User: dannon Date: 2014-04-23 15:48:48 Summary: Merge stable. Affected #: 1 file
diff -r 26575805a77b61e893a6601401499c970f156a0c -r 1d1292f5b4ab6da6863f845ec538389c1e8659a9 lib/galaxy/webapps/galaxy/controllers/workflow.py --- a/lib/galaxy/webapps/galaxy/controllers/workflow.py +++ b/lib/galaxy/webapps/galaxy/controllers/workflow.py @@ -764,7 +764,7 @@ def callback( input, value, prefixed_name, prefixed_label ): if isinstance( input, DataToolParameter ): data_input_names[ prefixed_name ] = True - multiple_input[input.name] = input.multiple + multiple_input[ prefixed_name ] = input.multiple visit_input_values( module.tool.inputs, module.state.inputs, callback ) # Filter # FIXME: this removes connection without displaying a message currently!
Repository URL: https://bitbucket.org/galaxy/galaxy-central/
--
This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email.
galaxy-commits@lists.galaxyproject.org