Skip to content

Commit

Permalink
new permissions for Batch - SEPA DD BF
Browse files Browse the repository at this point in the history
  • Loading branch information
Michal Kozak committed Mar 8, 2024
1 parent 3882a5a commit b8ec244
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 6 deletions.
12 changes: 9 additions & 3 deletions src/main/resources/data/job-profiles.json
Original file line number Diff line number Diff line change
Expand Up @@ -488,8 +488,10 @@
"privileges": [
"view",
"create",
"edit",
"delete",
"approve"
"approve",
"cancel"
]
},
{
Expand Down Expand Up @@ -810,8 +812,10 @@
"privileges": [
"view",
"create",
"edit",
"delete",
"approve"
"approve",
"cancel"
]
},
{
Expand Down Expand Up @@ -1299,8 +1303,10 @@
"privileges": [
"view",
"create",
"edit",
"delete",
"approve"
"approve",
"cancel"
]
},
{
Expand Down
12 changes: 9 additions & 3 deletions src/test/resources/data/job-profiles.json
Original file line number Diff line number Diff line change
Expand Up @@ -488,8 +488,10 @@
"privileges": [
"view",
"create",
"edit",
"delete",
"approve"
"approve",
"cancel"
]
},
{
Expand Down Expand Up @@ -810,8 +812,10 @@
"privileges": [
"view",
"create",
"edit",
"delete",
"approve"
"approve",
"cancel"
]
},
{
Expand Down Expand Up @@ -1299,8 +1303,10 @@
"privileges": [
"view",
"create",
"edit",
"delete",
"approve"
"approve",
"cancel"
]
},
{
Expand Down

0 comments on commit b8ec244

Please sign in to comment.