mirror of
https://github.com/OpenBankProject/OBP-API.git
synced 2026-02-06 17:37:00 +00:00
added new permission to createOwnerView
(cherry picked from commit 5868421)
This commit is contained in:
parent
621c5ac79e
commit
02b2224140
@ -712,6 +712,14 @@ object MapperViews extends Views with MdcLoggable {
|
||||
.canSeeWhereTag_(true)
|
||||
.canDeleteWhereTag_(true)
|
||||
.canInitiateTransaction_(true)
|
||||
.canSeeBankRoutingScheme_(true) //added following in V300
|
||||
.canSeeBankRoutingAddress_(true)
|
||||
.canSeeBankAccountRoutingScheme_(true)
|
||||
.canSeeBankAccountRoutingAddress_(true)
|
||||
.canSeeOtherBankRoutingScheme_(true)
|
||||
.canSeeOtherBankRoutingAddress_(true)
|
||||
.canSeeOtherAccountRoutingScheme_(true)
|
||||
.canSeeOtherAccountRoutingAddress_(true)
|
||||
}
|
||||
|
||||
def createAndSaveOwnerView(bankId : BankId, accountId: AccountId, description: String) : Box[View] = {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user