This commit is contained in:
Jens Kristian Villadsen 2024-09-25 18:46:23 +02:00 committed by GitHub
commit 5e78550bde
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 1 deletions

View File

@ -73,7 +73,8 @@ public class MdmGoldenResourceFindingSvc {
} }
boolean isUpdate = boolean isUpdate =
theParams.getContext().getRestOperation() == MdmTransactionContext.OperationType.UPDATE_RESOURCE; theParams.getContext().getRestOperation() == MdmTransactionContext.OperationType.UPDATE_RESOURCE ||
theParams.getContext().getRestOperation() == MdmTransactionContext.OperationType.SUBMIT_RESOURCE_TO_MDM;
// find MdmLinks that have theResource as the source // find MdmLinks that have theResource as the source
// (these are current golden resources matching this resource) // (these are current golden resources matching this resource)