Skip to content

Commit

Permalink
Parse data as is to select field
Browse files Browse the repository at this point in the history
  • Loading branch information
guerler committed May 31, 2018
1 parent 3df2a94 commit 0bad91c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions client/galaxy/scripts/mvc/form/form-parameters.js
Expand Up @@ -85,6 +85,7 @@ export default Backbone.Model.extend({
var SelectClass = classes[input_def.display] || Ui.Select;
var select = new SelectClass.View({
id: `field-${input_def.id}`,
data: input_def.data,
options: input_def.options,
display: input_def.display,
error_text: input_def.error_text || "No options available",
Expand Down

0 comments on commit 0bad91c

Please sign in to comment.