Skip to content

Commit

Permalink
Merge pull request #6045 from jmchilton/remove_focus_tooltip
Browse files Browse the repository at this point in the history
[18.05] Fix for building doubly nested collections.
  • Loading branch information
martenson committed May 3, 2018
2 parents 8b733df + b8e5893 commit 3292445
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions client/galaxy/scripts/components/RuleCollectionBuilder.vue
Expand Up @@ -1537,6 +1537,7 @@ export default {
subcollection[subElementProp] = childCollectionElements;
subcollection.collection_type = collectionTypeAtDepth;
elementsAtDepth = childCollectionElements;
identifiersAtDepth = identifiersAtDepth[identifier];
}
}
}
Expand Down

0 comments on commit 3292445

Please sign in to comment.