mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-10-08 14:51:49 +00:00
Merge branch 'hotfix-2.5/MNT-20700_backportFix' into 'release/V2.5.3.x'
Back-port fix from MNT-19967 See merge request records-management/records-management!1204
This commit is contained in:
@@ -348,9 +348,6 @@ public class DispositionServiceImpl extends ServiceBaseImpl
|
|||||||
return ds;
|
return ds;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* This method returns a NodeRef
|
* This method returns a NodeRef
|
||||||
* Gets the disposition instructions
|
* Gets the disposition instructions
|
||||||
@@ -383,7 +380,7 @@ public class DispositionServiceImpl extends ServiceBaseImpl
|
|||||||
NodeRef result = getAssociatedDispositionScheduleImpl(parent);
|
NodeRef result = getAssociatedDispositionScheduleImpl(parent);
|
||||||
if (result == null)
|
if (result == null)
|
||||||
{
|
{
|
||||||
return null;
|
return getOriginDispositionSchedule(parent);
|
||||||
}
|
}
|
||||||
return new DispositionScheduleImpl(serviceRegistry, nodeService, result);
|
return new DispositionScheduleImpl(serviceRegistry, nodeService, result);
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user