Skip to content

Commit

Permalink
Merge pull request #304 from Backbase/feature/CONT-3378-fx-dashboard-bf
Browse files Browse the repository at this point in the history
feat(CONT-3378): Manage FX Dashboard BF
  • Loading branch information
pawelslowik authored Nov 19, 2024
2 parents 0274a6e + 8347c0a commit eab2671
Show file tree
Hide file tree
Showing 2 changed files with 42 additions and 0 deletions.
21 changes: 21 additions & 0 deletions src/main/resources/data/job-profiles.json
Original file line number Diff line number Diff line change
Expand Up @@ -403,6 +403,13 @@
"cancel"
]
},
{
"businessFunction": "Manage FX Dashboard",
"privileges": [
"view",
"edit"
]
},
{
"businessFunction": "Manage Limits",
"privileges": [
Expand Down Expand Up @@ -758,6 +765,13 @@
"cancel"
]
},
{
"businessFunction": "Manage FX Dashboard",
"privileges": [
"view",
"edit"
]
},
{
"businessFunction": "Manage Action Recipes",
"privileges": [
Expand Down Expand Up @@ -1189,6 +1203,13 @@
"cancel"
]
},
{
"businessFunction": "Manage FX Dashboard",
"privileges": [
"view",
"edit"
]
},
{
"businessFunction": "ACH Credit Transfer",
"privileges": [
Expand Down
21 changes: 21 additions & 0 deletions src/test/resources/data/job-profiles.json
Original file line number Diff line number Diff line change
Expand Up @@ -403,6 +403,13 @@
"cancel"
]
},
{
"businessFunction": "Manage FX Dashboard",
"privileges": [
"view",
"edit"
]
},
{
"businessFunction": "Manage Limits",
"privileges": [
Expand Down Expand Up @@ -758,6 +765,13 @@
"cancel"
]
},
{
"businessFunction": "Manage FX Dashboard",
"privileges": [
"view",
"edit"
]
},
{
"businessFunction": "Manage Action Recipes",
"privileges": [
Expand Down Expand Up @@ -1189,6 +1203,13 @@
"cancel"
]
},
{
"businessFunction": "Manage FX Dashboard",
"privileges": [
"view",
"edit"
]
},
{
"businessFunction": "ACH Credit Transfer",
"privileges": [
Expand Down

0 comments on commit eab2671

Please sign in to comment.