Skip to content

Commit

Permalink
Merge pull request #6178 from jmchilton/fix_append_for_any_collection…
Browse files Browse the repository at this point in the history
…_Type

[18.05] Fix append() for ANY_COLLECTION_TYPE type description in WF editor.
  • Loading branch information
dannon committed May 19, 2018
2 parents afc8d0a + c253436 commit f8fc823
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/galaxy/scripts/mvc/workflow/workflow-terminals.js
Expand Up @@ -39,7 +39,7 @@ var ANY_COLLECTION_TYPE_DESCRIPTION = {
return "AnyCollectionType[]";
},
append: function() {
throw "Cannot append to ANY_COLLECTION_TYPE_DESCRIPTION";
return ANY_COLLECTION_TYPE_DESCRIPTION;
},
equal: function(other) {
return other === this;
Expand Down

0 comments on commit f8fc823

Please sign in to comment.