Added ability to change auth level IO-550

This commit is contained in:
Patrick Fic
2021-01-07 16:34:09 -08:00
parent 0c83a62dd2
commit 288bdf89a4
15 changed files with 417 additions and 4 deletions

View File

@@ -21,6 +21,7 @@ const ret = {
"jobs:intake": 1,
"jobs:close": 5,
"jobs:detail": 1,
"jobs:partsqueue": 4,
"bills:enter": 2,
"bills:view": 2,
@@ -49,5 +50,8 @@ const ret = {
"timetickets:enter": 3,
"timetickets:list": 3,
"timetickets:edit": 4,
"users:editaccess": 4,
};
export default ret;