Merge pull request #5398 from mvdbeek/subworkflow_creation_fix

[17.09] Subworkflow creation fix
This commit is contained in:
Dannon Baker
2018-01-26 10:03:40 -05:00
committed by GitHub
3 changed files with 3 additions and 3 deletions
@@ -149,7 +149,7 @@ define(['mvc/workflow/workflow-view-node'], function( NodeView ) {
$(element).removeClass( "toolForm-active" );
},
set_tool_version: function () {
if (this.config_form) {
if (this.type === "tool" && this.config_form) {
this.tool_version = this.config_form.version;
this.content_id = this.config_form.id;
}
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long