mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-07-31 17:39:05 +00:00
I've tweaked the tests a bit to handle daylight savings.
This commit is contained in:
@@ -280,7 +280,7 @@ public class DispositionServiceImpl extends ServiceBaseImpl
|
||||
{
|
||||
DispositionSchedule originDispositionSchedule = getOriginDispositionSchedule(nodeRef);
|
||||
// if the initial disposition schedule of the record is folder based
|
||||
if (originDispositionSchedule!= null &&
|
||||
if (originDispositionSchedule == null ||
|
||||
isNotTrue(originDispositionSchedule.isRecordLevelDisposition()))
|
||||
{
|
||||
return null;
|
||||
|
Reference in New Issue
Block a user