Skip to content

Commit

Permalink
Merge pull request #247 from Backbase/fix/batch-mappings
Browse files Browse the repository at this point in the history
Removing the batches mapping business function
  • Loading branch information
eliasnogueira authored Apr 1, 2022
2 parents 6c4e63e + d93c2c7 commit 9e1e45d
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 66 deletions.
33 changes: 0 additions & 33 deletions src/main/resources/data/job-profiles.json
Original file line number Diff line number Diff line change
Expand Up @@ -548,15 +548,6 @@
"view",
"create"
]
},
{
"businessFunction": "Batch Upload Mappings",
"privileges": [
"view",
"create",
"edit",
"delete"
]
}
]
},
Expand Down Expand Up @@ -863,15 +854,6 @@
"privileges": [
"view"
]
},
{
"businessFunction": "Batch Upload Mappings",
"privileges": [
"view",
"create",
"edit",
"delete"
]
}
]
},
Expand Down Expand Up @@ -1523,15 +1505,6 @@
"view",
"create"
]
},
{
"businessFunction": "Batch Upload Mappings",
"privileges": [
"view",
"create",
"edit",
"delete"
]
}
]
},
Expand Down Expand Up @@ -1661,12 +1634,6 @@
"privileges": [
"view"
]
},
{
"businessFunction": "Batch Upload Mappings",
"privileges": [
"view"
]
}
]
}
Expand Down
33 changes: 0 additions & 33 deletions src/test/resources/data/job-profiles.json
Original file line number Diff line number Diff line change
Expand Up @@ -548,15 +548,6 @@
"view",
"create"
]
},
{
"businessFunction": "Batch Upload Mappings",
"privileges": [
"view",
"create",
"edit",
"delete"
]
}
]
},
Expand Down Expand Up @@ -863,15 +854,6 @@
"privileges": [
"view"
]
},
{
"businessFunction": "Batch Upload Mappings",
"privileges": [
"view",
"create",
"edit",
"delete"
]
}
]
},
Expand Down Expand Up @@ -1523,15 +1505,6 @@
"view",
"create"
]
},
{
"businessFunction": "Batch Upload Mappings",
"privileges": [
"view",
"create",
"edit",
"delete"
]
}
]
},
Expand Down Expand Up @@ -1661,12 +1634,6 @@
"privileges": [
"view"
]
},
{
"businessFunction": "Batch Upload Mappings",
"privileges": [
"view"
]
}
]
}
Expand Down

0 comments on commit 9e1e45d

Please sign in to comment.