|
@@ -9275,8 +9275,8 @@ return d.keepInvalid=a,l},l.datepickerInput=function(a){if(0===arguments.length)
|
|
|
var params = getQueryParams(this.options.queryParams({}), searchQuery, true);
|
|
var params = getQueryParams(this.options.queryParams({}), searchQuery, true);
|
|
|
this.trigger('common-search', this, params, searchQuery);
|
|
this.trigger('common-search', this, params, searchQuery);
|
|
|
this.options.pageNumber = 1;
|
|
this.options.pageNumber = 1;
|
|
|
- this.options.queryParams = function () {
|
|
|
|
|
- return params;
|
|
|
|
|
|
|
+ this.options.queryParams = function (options) {
|
|
|
|
|
+ return $.extend({}, options, params);
|
|
|
};
|
|
};
|
|
|
this.refresh({query: params});
|
|
this.refresh({query: params});
|
|
|
};
|
|
};
|