From cb27f206c2f041eb0c7a8ddf6a4074f4e95acc4e Mon Sep 17 00:00:00 2001 From: gsergiu <4517853+gsergiu@users.noreply.github.com> Date: Thu, 21 Dec 2023 10:48:51 +0100 Subject: [PATCH] fix issue for enabling disabled #EA-3584 --- .../europeana/entitymanagement/web/service/BaseZohoAccess.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/entity-management-web/src/main/java/eu/europeana/entitymanagement/web/service/BaseZohoAccess.java b/entity-management-web/src/main/java/eu/europeana/entitymanagement/web/service/BaseZohoAccess.java index 4b03382d..f8a6112f 100644 --- a/entity-management-web/src/main/java/eu/europeana/entitymanagement/web/service/BaseZohoAccess.java +++ b/entity-management-web/src/main/java/eu/europeana/entitymanagement/web/service/BaseZohoAccess.java @@ -129,7 +129,7 @@ protected void performOperations(BatchOperations operations, ZohoSyncReport zoho performDeprecationOperations(operations.getDeleteOperations(), zohoSyncReport); //enabling - performEnablingOperations(operations.getDeleteOperations(), zohoSyncReport); + performEnablingOperations(operations.getEnableOperations(), zohoSyncReport); // scheduled updates at the end, otherwise the other operations may overwrite the record in the db with the old captured in the operation