This commit is contained in:
2021-02-04 20:13:08 +00:00
parent 828363c843
commit 60d9a57417
3 changed files with 3 additions and 14 deletions

View File

@@ -13,15 +13,10 @@ LISTVIEW REPLACE CURRENT <----HERE not THERE ---v
TODO (now)
CLIENT
Translation keys
Translation keys
pore over the translation keys in the filter manager, datatable and filter control
there are definitely some extra ones in there
"ListView" still referenced throughout data-table, possibly passed to selection dependent code (reports, bulk ops?)
Implement filter buttons for mobile mode
Need filter drop down to select which columns to filter which triggers opening regular filter items
Needs also to show a filter beside "headings" which are filtered so it's known

View File

@@ -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"
]);
}

View File

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