Skip to content

Commit

Permalink
Merge pull request #6326 from scrathat/rule.builder.selection.update
Browse files Browse the repository at this point in the history
Fix target update for rule collection builder after input selection
  • Loading branch information
mvdbeek committed Jun 13, 2018
2 parents 5a27b0c + 847d0e9 commit b521486
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/galaxy/scripts/mvc/ui/ui-rules-edit.js
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ var View = Backbone.View.extend({

// update
update: function(input_def) {
self.target = input_def.target;
this.target = input_def.target;
},

// get value
Expand Down

0 comments on commit b521486

Please sign in to comment.