mirror of
https://github.com/galaxyproject/galaxy.git
synced 2026-09-21 13:50:20 +08:00
Merge pull request #5398 from mvdbeek/subworkflow_creation_fix
[17.09] Subworkflow creation fix
This commit is contained in:
@@ -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
Reference in New Issue
Block a user