[hg] galaxy 3780: Fix for issue where connecting to a Workflow S...
details: http://www.bx.psu.edu/hg/galaxy/rev/0c2b174f18e9 changeset: 3780:0c2b174f18e9 user: Dannon Baker <dannon.baker@emory.edu> date: Thu May 13 12:03:17 2010 -0400 description: Fix for issue where connecting to a Workflow Step that had been changed wasn't being saved diffstat: static/scripts/galaxy.workflow_editor.canvas.js | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diffs (11 lines): diff -r 6dab2b0a9801 -r 0c2b174f18e9 static/scripts/galaxy.workflow_editor.canvas.js --- a/static/scripts/galaxy.workflow_editor.canvas.js Thu May 13 09:35:57 2010 -0400 +++ b/static/scripts/galaxy.workflow_editor.canvas.js Thu May 13 12:03:17 2010 -0400 @@ -473,6 +473,7 @@ this.has_changes = true; if ( this.active_node == node ) { // Reactive with new form_html + this.check_changes_in_active_form(); //Force changes to be saved even on new connection (previously dumped) parent.show_form_for_tool( node.form_html + node.tooltip, node ); } },
participants (1)
-
Nate Coraor