bugfix: Dynamic Entity Delete Cascade

This commit is contained in:
simonredfern 2025-12-18 01:53:36 +01:00
parent c141cea861
commit 4be926eda5

View File

@ -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
)
}
}