Skip to content

Commit

Permalink
Merge pull request #283 from Backbase/feature/MM-1593_sepadd_cancel_edit
Browse files Browse the repository at this point in the history
New privileges "edit" and "cancel" for "Batch - SEPA DD" BF
  • Loading branch information
eliasnogueira authored Mar 11, 2024
2 parents 3882a5a + b8ec244 commit 7dc20e2
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 7dc20e2

Please sign in to comment.