Some More Fixes
This commit is contained in:
parent
75ce0f8209
commit
b4002774c6
File diff suppressed because one or more lines are too long
|
|
@ -1,4 +1,4 @@
|
|||
{
|
||||
"/js/ui.js": "/js/ui.js?id=6082b47e63a72492b2b4",
|
||||
"/js/ui.js": "/js/ui.js?id=3e481e3d97031123114f",
|
||||
"/css/ui.css": "/css/ui.css?id=87c15a3e7af4ab272377"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -987,7 +987,7 @@
|
|||
},
|
||||
|
||||
searchCollection: function(searchValue) {
|
||||
this.formURL("search", "all", searchValue, "Search");
|
||||
this.formURL("search", "all", searchValue, this.translations.searchTitle);
|
||||
},
|
||||
|
||||
setParamsAndUrl: function() {
|
||||
|
|
|
|||
|
|
@ -460,7 +460,7 @@
|
|||
},
|
||||
|
||||
searchCollection: function (searchValue) {
|
||||
this.formURL("search", 'all', searchValue, 'Search');
|
||||
this.formURL("search", 'all', searchValue, '{{ __('ui::app.datagrid.search-title') }}');
|
||||
},
|
||||
|
||||
// function triggered to check whether the query exists or not and then call the make filters from the url
|
||||
|
|
|
|||
Loading…
Reference in New Issue