Skip to content

Commit 60f26c4

Browse files
authored
Merge pull request #345 from clowder-framework/fix-parent-collections
Include 'when' parameter on sub-collection select
2 parents 4eb1495 + 1943f9c commit 60f26c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/views/collections/parentAllocation.scala.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ <h4>Parent collections</h4>
7676
allowClear: true,
7777
ajax: {
7878
url: function(params) {
79-
return jsRoutes.api.Collections.listPossibleParents( '@resourceId', params.term,null, 5).url;
79+
return jsRoutes.api.Collections.listPossibleParents(null, '@resourceId', params.term, null, 5).url;
8080
},
8181
data: function(params) {
8282
return { title: params.term };

0 commit comments

Comments
 (0)