Some More Fixes

This commit is contained in:
devansh bawari 2021-06-25 11:05:46 +05:30
parent 75ce0f8209
commit b4002774c6
4 changed files with 4 additions and 4 deletions

File diff suppressed because one or more lines are too long

View File

@ -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"
}

View File

@ -987,7 +987,7 @@
},
searchCollection: function(searchValue) {
this.formURL("search", "all", searchValue, "Search");
this.formURL("search", "all", searchValue, this.translations.searchTitle);
},
setParamsAndUrl: function() {

View File

@ -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