This commit is contained in:
@@ -23,7 +23,7 @@ export default {
|
||||
//corebizobject
|
||||
LoanUnit: 16,
|
||||
FileAttachment: 17,
|
||||
DataListView: 18,
|
||||
DataListSavedFilter: 18,
|
||||
FormCustom: 19,
|
||||
//corebizobject
|
||||
Part: 20,
|
||||
|
||||
@@ -71,7 +71,7 @@ export default {
|
||||
OpsNotificationSettings: { Change: 16384, ReadFullRecord: 8195, Select: 0 },
|
||||
ServerMetrics: { Change: 16384, ReadFullRecord: 24576, Select: 0 },
|
||||
Translation: { Change: 2, ReadFullRecord: 1, Select: 131071 },
|
||||
DataListView: { Change: 2, ReadFullRecord: 131071, Select: 0 },
|
||||
DataListSavedFilter: { Change: 2, ReadFullRecord: 131071, Select: 0 },
|
||||
FormCustom: { Change: 2, ReadFullRecord: 131071, Select: 0 },
|
||||
PickListTemplate: { Change: 2, ReadFullRecord: 131071, Select: 0 },
|
||||
BizMetrics: { Change: 2, ReadFullRecord: 98369, Select: 0 },
|
||||
|
||||
@@ -34,7 +34,7 @@ export default {
|
||||
window.$gz.type.ServerMetrics,
|
||||
window.$gz.type.UserOptions,
|
||||
window.$gz.type.FormCustom,
|
||||
window.$gz.type.DataListView,
|
||||
window.$gz.type.DataListSavedFilter,
|
||||
window.$gz.type.GlobalOps,
|
||||
window.$gz.type.BizMetrics,
|
||||
window.$gz.type.Backup,
|
||||
|
||||
@@ -395,7 +395,7 @@ export default {
|
||||
return "$ayiPlug";
|
||||
case window.$gz.type.FileAttachment:
|
||||
return "$ayiPaperclip";
|
||||
case window.$gz.type.DataListView:
|
||||
case window.$gz.type.DataListSavedFilter:
|
||||
return "$ayiFilter";
|
||||
case window.$gz.type.FormCustom:
|
||||
return "$ayiCustomize";
|
||||
|
||||
@@ -259,7 +259,7 @@ export default {
|
||||
"RowsPerPage",
|
||||
"PageOfPageText",
|
||||
"Loading",
|
||||
"DataListView",
|
||||
"Filter",
|
||||
"FilterUnsaved",
|
||||
"Heading",
|
||||
"Table",
|
||||
|
||||
@@ -9,7 +9,7 @@
|
||||
:items="selectLists.listViews"
|
||||
item-text="name"
|
||||
item-value="id"
|
||||
:label="$ay.t('DataListView')"
|
||||
:label="$ay.t('Filter')"
|
||||
@input="listViewChanged"
|
||||
data-cy="selectlistview"
|
||||
>
|
||||
@@ -21,7 +21,7 @@
|
||||
</v-btn>
|
||||
|
||||
<v-btn class="ml-12" @click="editListView">
|
||||
<v-icon data-cy="filter">$ayiFilter</v-icon>
|
||||
<v-icon data-cy="filter">$ayiColumns</v-icon>
|
||||
</v-btn>
|
||||
</div>
|
||||
</v-card-title>
|
||||
|
||||
@@ -306,8 +306,8 @@ function generateMenu(vm) {
|
||||
let menuOptions = {
|
||||
isMain: false,
|
||||
readOnly: vm.formState.readOnly,
|
||||
icon: "$ayiFilter",
|
||||
title: "DataListView",
|
||||
icon: "$ayiColumns",
|
||||
title: "Columns",
|
||||
helpUrl: "form-ay-data-list-column-view",
|
||||
formData: {
|
||||
ayaType: window.$gz.type.FormCustom,
|
||||
@@ -354,7 +354,7 @@ async function initForm(vm) {
|
||||
async function fetchTranslatedText(vm) {
|
||||
await window.$gz.translation.cacheTranslations([
|
||||
"ResetToDefault",
|
||||
"DataListView",
|
||||
"Columns",
|
||||
"Include"
|
||||
]);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user