mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-07-31 17:39:05 +00:00
RM-3283 - added comment to explain change
This commit is contained in:
@@ -135,7 +135,8 @@ public class RecordsManagementContainerType extends BaseBehaviourBean
|
||||
{
|
||||
QName childType = nodeService.getType(child);
|
||||
|
||||
// We only care about "folder" or sub-types
|
||||
// We only care about "folder" or sub-types that are not hidden.
|
||||
// Some modules use hidden files to store information (see RM-3283)
|
||||
if (dictionaryService.isSubClass(childType, ContentModel.TYPE_FOLDER) &&
|
||||
!nodeService.hasAspect(child, ContentModel.ASPECT_HIDDEN))
|
||||
{
|
||||
|
Reference in New Issue
Block a user