This commit is contained in:
@@ -13,15 +13,10 @@ LISTVIEW REPLACE CURRENT <----HERE not THERE ---v
|
|||||||
TODO (now)
|
TODO (now)
|
||||||
|
|
||||||
CLIENT
|
CLIENT
|
||||||
|
Translation keys
|
||||||
Translation keys
|
|
||||||
|
|
||||||
|
|
||||||
pore over the translation keys in the filter manager, datatable and filter control
|
pore over the translation keys in the filter manager, datatable and filter control
|
||||||
there are definitely some extra ones in there
|
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
|
Implement filter buttons for mobile mode
|
||||||
Need filter drop down to select which columns to filter which triggers opening regular filter items
|
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
|
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) {
|
async function fetchTranslatedText(vm) {
|
||||||
await window.$gz.translation.cacheTranslations([
|
await window.$gz.translation.cacheTranslations([
|
||||||
"GridFilterName",
|
|
||||||
"Include",
|
|
||||||
"AnyUser",
|
|
||||||
"Sort",
|
|
||||||
"Filter",
|
"Filter",
|
||||||
"GridFilterDialogAndRadioText",
|
"GridFilterDialogAndRadioText",
|
||||||
"GridFilterDialogOrRadioText",
|
"GridFilterDialogOrRadioText",
|
||||||
@@ -647,8 +643,7 @@ async function fetchTranslatedText(vm) {
|
|||||||
"DateRangePreviousYearLastMonth",
|
"DateRangePreviousYearLastMonth",
|
||||||
"DateRangePreviousYearNextMonth",
|
"DateRangePreviousYearNextMonth",
|
||||||
"True",
|
"True",
|
||||||
"False",
|
"False"
|
||||||
"Name"
|
|
||||||
]);
|
]);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -376,7 +376,7 @@
|
|||||||
/////////////////////////////////////////////////////////////////////////////////////////////////////////////
|
/////////////////////////////////////////////////////////////////////////////////////////////////////////////
|
||||||
/* Xeslint-disable */
|
/* Xeslint-disable */
|
||||||
////////////////////////////////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////////////////////////////////
|
||||||
import relativeDatefilterCalculator from "../api/relative-date-filter-calculator.js";
|
|
||||||
const MAX_TEXT_COLUMN_LENGTH = 1024;
|
const MAX_TEXT_COLUMN_LENGTH = 1024;
|
||||||
export default {
|
export default {
|
||||||
data() {
|
data() {
|
||||||
@@ -1153,5 +1153,4 @@ function loadFormSettings(vm) {
|
|||||||
vm.dataTablePagingOptions.page = formSettings.temp.page;
|
vm.dataTablePagingOptions.page = formSettings.temp.page;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
</script>
|
</script>
|
||||||
|
|||||||
Reference in New Issue
Block a user