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,17 +185,9 @@ public class RecordsManagementContainerType extends BaseBehaviourBean
|
|||||||
recordService.makeRecord(child);
|
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;
|
return null;
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
Reference in New Issue
Block a user