mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-07-31 17:39:05 +00:00
RM-5012 - fix record folder children
This commit is contained in:
@@ -185,15 +185,7 @@ public class RecordsManagementContainerType extends BaseBehaviourBean
|
||||
recordService.makeRecord(child);
|
||||
}
|
||||
}
|
||||
|
||||
if(isContentSubType && parentType.equals(RecordsManagementModel.TYPE_RECORD_FOLDER)&& !recordService.isFiled(child))
|
||||
{
|
||||
recordService.file(child);
|
||||
}
|
||||
}
|
||||
|
||||
// recalculate disposition schedule for the child
|
||||
dispositionService.recalculateNextDispositionStep(child);
|
||||
}
|
||||
|
||||
return null;
|
||||
|
Reference in New Issue
Block a user