This commit is contained in:
@@ -94,7 +94,8 @@ export default {
|
|||||||
Report: 57,
|
Report: 57,
|
||||||
DashboardView: 58,
|
DashboardView: 58,
|
||||||
CustomerNote: 59,
|
CustomerNote: 59,
|
||||||
Memo: 60
|
Memo: 60,
|
||||||
|
Review: 61
|
||||||
};
|
};
|
||||||
/**
|
/**
|
||||||
*
|
*
|
||||||
|
|||||||
@@ -76,5 +76,7 @@ export default {
|
|||||||
ReadFullRecord: 2437,
|
ReadFullRecord: 2437,
|
||||||
Select: 131071
|
Select: 131071
|
||||||
},
|
},
|
||||||
Memo: { Change: 124927, ReadFullRecord: 124927, Select: 124927 }
|
Memo: { Change: 124927, ReadFullRecord: 124927, Select: 124927 },
|
||||||
|
Reminder: { Change: 124927, ReadFullRecord: 124927, Select: 124927 },
|
||||||
|
Review: { Change: 124927, ReadFullRecord: 124927, Select: 124927 }
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user