We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4eb1495 commit 1943f9cCopy full SHA for 1943f9c
app/views/collections/parentAllocation.scala.html
@@ -76,7 +76,7 @@ <h4>Parent collections</h4>
76
allowClear: true,
77
ajax: {
78
url: function(params) {
79
- return jsRoutes.api.Collections.listPossibleParents( '@resourceId', params.term,null, 5).url;
+ return jsRoutes.api.Collections.listPossibleParents(null, '@resourceId', params.term, null, 5).url;
80
},
81
data: function(params) {
82
return { title: params.term };
0 commit comments