Skip to content

Commit

Permalink
Client format (from the merge)
Browse files Browse the repository at this point in the history
  • Loading branch information
dannon committed Jun 11, 2018
1 parent 1df5959 commit ada8a7f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion client/galaxy/scripts/mvc/ui/ui-select-default.js
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ var View = Backbone.View.extend({
id: option.value,
text: option.label,
tags: option.tags
}
};
this.data2.push(d);
this.data2index[d.id] = d;
});
Expand Down
6 changes: 3 additions & 3 deletions client/galaxy/scripts/mvc/workflow/workflow-forms.js
Original file line number Diff line number Diff line change
Expand Up @@ -240,9 +240,9 @@ function _makeSection(output_id, options) {
type: "text",
value: "",
ignore: "",
help: `This action will rename the output dataset. Click <a href="https://galaxyproject.org/learn/advanced-workflow/variables/">here</a> for more information. Valid inputs are: <strong>${input_terminal_names.join(
", "
).replace(/\|/g, ".")}</strong>.`
help: `This action will rename the output dataset. Click <a href="https://galaxyproject.org/learn/advanced-workflow/variables/">here</a> for more information. Valid inputs are: <strong>${input_terminal_names
.join(", ")
.replace(/\|/g, ".")}</strong>.`
},
{
action: "ChangeDatatypeAction",
Expand Down

0 comments on commit ada8a7f

Please sign in to comment.