changes
This commit is contained in:
parent
fd45cb4583
commit
1003e64b74
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue