Skip to content

Commit

Permalink
Merge pull request #298 from Backbase/master-temp
Browse files Browse the repository at this point in the history
Master temp
  • Loading branch information
polarfish authored Sep 12, 2024
2 parents 46062bb + 6748401 commit c7b641d
Show file tree
Hide file tree
Showing 2 changed files with 66 additions and 0 deletions.
33 changes: 33 additions & 0 deletions src/main/resources/data/job-profiles.json
Original file line number Diff line number Diff line change
Expand Up @@ -392,6 +392,17 @@
"approve"
]
},
{
"businessFunction": "Manage FX Contracts",
"privileges": [
"view",
"create",
"edit",
"delete",
"approve",
"cancel"
]
},
{
"businessFunction": "Manage Limits",
"privileges": [
Expand Down Expand Up @@ -726,6 +737,17 @@
"approve"
]
},
{
"businessFunction": "Manage FX Contracts",
"privileges": [
"view",
"create",
"edit",
"delete",
"approve",
"cancel"
]
},
{
"businessFunction": "Manage Action Recipes",
"privileges": [
Expand Down Expand Up @@ -1136,6 +1158,17 @@
"approve"
]
},
{
"businessFunction": "Manage FX Contracts",
"privileges": [
"view",
"create",
"edit",
"delete",
"approve",
"cancel"
]
},
{
"businessFunction": "ACH Credit Transfer",
"privileges": [
Expand Down
33 changes: 33 additions & 0 deletions src/test/resources/data/job-profiles.json
Original file line number Diff line number Diff line change
Expand Up @@ -392,6 +392,17 @@
"approve"
]
},
{
"businessFunction": "Manage FX Contracts",
"privileges": [
"view",
"create",
"edit",
"delete",
"approve",
"cancel"
]
},
{
"businessFunction": "Manage Limits",
"privileges": [
Expand Down Expand Up @@ -726,6 +737,17 @@
"approve"
]
},
{
"businessFunction": "Manage FX Contracts",
"privileges": [
"view",
"create",
"edit",
"delete",
"approve",
"cancel"
]
},
{
"businessFunction": "Manage Action Recipes",
"privileges": [
Expand Down Expand Up @@ -1136,6 +1158,17 @@
"approve"
]
},
{
"businessFunction": "Manage FX Contracts",
"privileges": [
"view",
"create",
"edit",
"delete",
"approve",
"cancel"
]
},
{
"businessFunction": "ACH Credit Transfer",
"privileges": [
Expand Down

0 comments on commit c7b641d

Please sign in to comment.