mirror of
https://github.com/OpenBankProject/OBP-API.git
synced 2026-02-06 15:06:50 +00:00
bugfix: Dynamic Entity Delete Cascade
This commit is contained in:
parent
c141cea861
commit
4be926eda5
@ -4108,7 +4108,7 @@ trait APIMethods600 {
|
||||
entity.bankId,
|
||||
None,
|
||||
None,
|
||||
false,
|
||||
entity.hasPersonalEntity,
|
||||
cc.callContext
|
||||
)
|
||||
resultList: JArray = unboxResult(
|
||||
@ -4126,7 +4126,7 @@ trait APIMethods600 {
|
||||
entity.entityName,
|
||||
recordId,
|
||||
None,
|
||||
false
|
||||
entity.hasPersonalEntity
|
||||
)
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user