Skip to content
Snippets Groups Projects

Go to a project order

All threads resolved!
Files
6
@@ -244,6 +244,7 @@
this.remote = new GitLabDropdownRemote(this.options.data, {
dataType: this.options.dataType,
beforeSend: this.toggleLoading.bind(this),
orderBy: this.options.orderBy,
success: (function(_this) {
return function(data) {
_this.fullData = data;
@@ -267,6 +268,7 @@
onFilter: this.options.onFilter,
remote: this.options.filterRemote,
query: this.options.data,
orderBy: this.options.orderBy,
keys: searchFields,
elements: (function(_this) {
return function() {
Loading