This commit is contained in:
@@ -93,7 +93,8 @@ export default {
|
||||
OpsNotificationSettings: 56,
|
||||
Report: 57,
|
||||
DashboardView: 58,
|
||||
CustomerNote: 59
|
||||
CustomerNote: 59,
|
||||
Memo: 60
|
||||
};
|
||||
/**
|
||||
*
|
||||
|
||||
@@ -71,5 +71,10 @@ export default {
|
||||
Notification: { Change: 131071, ReadFullRecord: 131071, Select: 0 },
|
||||
NotifySubscription: { Change: 131071, ReadFullRecord: 131071, Select: 0 },
|
||||
Report: { Change: 3, ReadFullRecord: 131071, Select: 131071 },
|
||||
CustomerServiceRequest: { Change: 4106, ReadFullRecord: 2437, Select: 131071 }
|
||||
CustomerServiceRequest: {
|
||||
Change: 4106,
|
||||
ReadFullRecord: 2437,
|
||||
Select: 131071
|
||||
},
|
||||
Memo: { Change: 124927, ReadFullRecord: 124927, Select: 124927 }
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user