This commit is contained in:
@@ -591,10 +591,6 @@ async function fetchActiveFilter(vm) {
|
||||
//
|
||||
async function fetchTranslatedText(vm) {
|
||||
await window.$gz.translation.cacheTranslations([
|
||||
"GridFilterName",
|
||||
"Include",
|
||||
"AnyUser",
|
||||
"Sort",
|
||||
"Filter",
|
||||
"GridFilterDialogAndRadioText",
|
||||
"GridFilterDialogOrRadioText",
|
||||
@@ -647,8 +643,7 @@ async function fetchTranslatedText(vm) {
|
||||
"DateRangePreviousYearLastMonth",
|
||||
"DateRangePreviousYearNextMonth",
|
||||
"True",
|
||||
"False",
|
||||
"Name"
|
||||
"False"
|
||||
]);
|
||||
}
|
||||
|
||||
|
||||
@@ -376,7 +376,7 @@
|
||||
/////////////////////////////////////////////////////////////////////////////////////////////////////////////
|
||||
/* Xeslint-disable */
|
||||
////////////////////////////////////////////////////////////////////////////////////////////////////////////
|
||||
import relativeDatefilterCalculator from "../api/relative-date-filter-calculator.js";
|
||||
|
||||
const MAX_TEXT_COLUMN_LENGTH = 1024;
|
||||
export default {
|
||||
data() {
|
||||
@@ -1153,5 +1153,4 @@ function loadFormSettings(vm) {
|
||||
vm.dataTablePagingOptions.page = formSettings.temp.page;
|
||||
}
|
||||
}
|
||||
|
||||
</script>
|
||||
|
||||
Reference in New Issue
Block a user