This commit is contained in:
2021-02-01 15:58:07 +00:00
parent dcabdc1fe1
commit f698d5fc72
8 changed files with 10 additions and 205 deletions

View File

@@ -23,7 +23,7 @@ export default {
//corebizobject
LoanUnit: 16,
FileAttachment: 17,
DataListView: 18,
DataListSavedFilter: 18,
FormCustom: 19,
//corebizobject
Part: 20,

View File

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

View File

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

View File

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

View File

@@ -259,7 +259,7 @@ export default {
"RowsPerPage",
"PageOfPageText",
"Loading",
"DataListView",
"Filter",
"FilterUnsaved",
"Heading",
"Table",