commit/galaxy-central: dannon: Workflow Running - Properly select only Input Dataset steps for multi-input configuration.
1 new commit in galaxy-central: https://bitbucket.org/galaxy/galaxy-central/changeset/9cc7f3c1b07a/ changeset: 9cc7f3c1b07a user: dannon date: 2012-03-05 20:44:19 summary: Workflow Running - Properly select only Input Dataset steps for multi-input configuration. affected #: 1 file diff -r 8f58413c09377d25a95ec12e23a5f476fa2a0dd7 -r 9cc7f3c1b07aea6093ccf1e4d4c6e45919a85cb4 templates/workflow/run.mako --- a/templates/workflow/run.mako +++ b/templates/workflow/run.mako @@ -72,7 +72,7 @@ $("#new_history_cbx").click(function(){ $("#new_history_input").toggle(this.checked); }); - $('select[name*="|input"]').removeAttr('multiple').each(function(i, s) { + $('span.multiinput_wrap select[name*="|input"]').removeAttr('multiple').each(function(i, s) { var select = $(s); var new_width = Math.max(200, select.width()) + 20; select.parent().prev().append( @@ -252,7 +252,7 @@ if not enable_unique_defaults: del already_used[:] %> - %if step.type == None: + %if step.type == 'data_input': ##Input Dataset Step, wrap for multiinput. <span class='multiinput_wrap'> ${param.get_html_field( t, value, other_values ).get_html( str(step.id) + "|" + prefix )} 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.
participants (1)
-
Bitbucket