Skip to content

Commit

Permalink
Fix form handler
Browse files Browse the repository at this point in the history
  • Loading branch information
guerler committed Feb 22, 2017
1 parent b03904b commit c9b7657
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion client/galaxy/scripts/mvc/workflow/workflow-view.js
Expand Up @@ -705,7 +705,7 @@ define([
id : node.id,
type : node.type,
content_id : node.content_id,
inputs : form.data.create()
inputs : form_wrapper.form.data.create()
},
success : function( data ) {
node.update_field_data( data );
Expand Down

0 comments on commit c9b7657

Please sign in to comment.