This commit is contained in:
Lucio Lelii 2022-11-22 17:56:23 +01:00
parent fd45cb4583
commit 1003e64b74
1 changed files with 2 additions and 0 deletions

View File

@ -102,6 +102,8 @@ public class MongoToMinioPorting implements AbstractScript{
Content content = ((AbstractFileItem) item).getContent();
content.setPayloadBackend(info.getPayloadBackend());
content.setStorageId(info.getStorageId());
Node contentNode = ((Node) item.getRelatedNode()).getNode(NodeConstants.CONTENT_NAME);
boolean canBeDeleted = true;