Skip to content

Commit 12e287d

Browse files
added comment
1 parent 482cadb commit 12e287d

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

sdm/src/main/java/com/sap/cds/sdm/service/handler/SDMCustomServiceHandler.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -130,8 +130,6 @@ public void copyAttachments(AttachmentCopyEventContext context) throws IOExcepti
130130

131131
List<String> objectIds = context.getObjectIds();
132132

133-
// Pre-copy validation: Block copy if any source attachment has invalid secondary properties
134-
// This check runs BEFORE folder creation to avoid creating empty folders in SDM
135133
if (!customPropertiesInSDM.isEmpty()) {
136134
List<Map<String, String>> copyFailures =
137135
findAttachmentsWithInvalidSecondaryProperties(

0 commit comments

Comments
 (0)