mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-07-31 17:39:05 +00:00
MNT-23263 Changes done for missing properties between two categories. (#1654)
This commit is contained in:
@@ -425,7 +425,8 @@ public class RecordsManagementSearchBehaviour implements RecordsManagementModel,
|
|||||||
@Override
|
@Override
|
||||||
public Void doWork()
|
public Void doWork()
|
||||||
{
|
{
|
||||||
if (nodeService.exists(nodeRef) && nodeService.hasAspect(nodeRef, ASPECT_RECORD))
|
if (nodeService.exists(nodeRef) && (nodeService.hasAspect(nodeRef, ASPECT_RECORD) ||
|
||||||
|
nodeService.getType(nodeRef).equals(TYPE_RECORD_FOLDER)))
|
||||||
{
|
{
|
||||||
applySearchAspect(nodeRef);
|
applySearchAspect(nodeRef);
|
||||||
setupDispositionScheduleProperties(nodeRef);
|
setupDispositionScheduleProperties(nodeRef);
|
||||||
|
Reference in New Issue
Block a user