Skip to content

Commit

Permalink
Rely on backend to specify label
Browse files Browse the repository at this point in the history
  • Loading branch information
guerler committed Dec 27, 2016
1 parent ccdf09b commit e846b51
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions client/galaxy/scripts/mvc/tool/tool-form-composite.js
Expand Up @@ -273,10 +273,6 @@ define([ 'utils/utils', 'utils/deferred', 'mvc/ui/ui-misc', 'mvc/form/form-view'
}
} else {
_.each( step.inputs, function( input ) { input.flavor = 'module' } );
var is_simple_input = ([ 'data_input', 'data_collection_input' ]).indexOf( step.step_type ) != -1;
if( is_simple_input ) {
_.each( step.inputs, function( input ) { input.label = false; } );
}
form = new Form( Utils.merge({
title : '<b>' + step.name + '</b>',
onchange : function() { _.each( self.links[ step.index ], function( link ) { self._refreshStep( link ) } ) },
Expand Down

0 comments on commit e846b51

Please sign in to comment.