This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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