allow testUpdate user to update work orders
parent
50551582c1
commit
927334d954
|
|
@ -5,6 +5,7 @@ config.session.doKeepAlive = true;
|
||||||
config.users = {
|
config.users = {
|
||||||
canLogin: ['*testView', '*testUpdate', '*testAdmin'],
|
canLogin: ['*testView', '*testUpdate', '*testAdmin'],
|
||||||
canUpdate: ['*testUpdate'],
|
canUpdate: ['*testUpdate'],
|
||||||
|
canUpdateWorkOrders: ['*testUpdate'],
|
||||||
isAdmin: ['*testAdmin'],
|
isAdmin: ['*testAdmin'],
|
||||||
testing: ['*testView', '*testUpdate', '*testAdmin']
|
testing: ['*testView', '*testUpdate', '*testAdmin']
|
||||||
};
|
};
|
||||||
|
|
|
||||||
|
|
@ -11,6 +11,7 @@ config.session.doKeepAlive = true
|
||||||
config.users = {
|
config.users = {
|
||||||
canLogin: ['*testView', '*testUpdate', '*testAdmin'],
|
canLogin: ['*testView', '*testUpdate', '*testAdmin'],
|
||||||
canUpdate: ['*testUpdate'],
|
canUpdate: ['*testUpdate'],
|
||||||
|
canUpdateWorkOrders: ['*testUpdate'],
|
||||||
isAdmin: ['*testAdmin'],
|
isAdmin: ['*testAdmin'],
|
||||||
testing: ['*testView', '*testUpdate', '*testAdmin']
|
testing: ['*testView', '*testUpdate', '*testAdmin']
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue