Skip to content

Commit

Permalink
Merge pull request #294 from europeana/EA-3584_fixes-zohosync
Browse files Browse the repository at this point in the history
fix issue for enabling disabled #EA-3584
  • Loading branch information
gsergiu authored Dec 21, 2023
2 parents dc8740a + cb27f20 commit a2d53c9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a2d53c9

Please sign in to comment.