diff --git a/data/testing.config.js b/data/testing.config.js index 6fbf2e24..dd18a2e1 100644 --- a/data/testing.config.js +++ b/data/testing.config.js @@ -5,6 +5,7 @@ config.session.doKeepAlive = true; config.users = { canLogin: ['*testView', '*testUpdate', '*testAdmin'], canUpdate: ['*testUpdate'], + canUpdateWorkOrders: ['*testUpdate'], isAdmin: ['*testAdmin'], testing: ['*testView', '*testUpdate', '*testAdmin'] }; diff --git a/data/testing.config.ts b/data/testing.config.ts index 228174b1..83298569 100644 --- a/data/testing.config.ts +++ b/data/testing.config.ts @@ -11,6 +11,7 @@ config.session.doKeepAlive = true config.users = { canLogin: ['*testView', '*testUpdate', '*testAdmin'], canUpdate: ['*testUpdate'], + canUpdateWorkOrders: ['*testUpdate'], isAdmin: ['*testAdmin'], testing: ['*testView', '*testUpdate', '*testAdmin'] }