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",
|
||||
|
||||
Reference in New Issue
Block a user