- Added Delete Record to the CGridTableRec

This commit is contained in:
Paolo Arena
2019-10-15 20:40:23 +02:00
parent 0ee08f8430
commit 9fd858d33f
16 changed files with 210 additions and 53 deletions

View File

@@ -2,7 +2,8 @@ export const shared_consts = {
Permissions: {
Normal: 0,
Admin: 1
Admin: 1,
Manager: 2,
},
fieldsUserToChange() {