mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-07-31 17:39:05 +00:00
Merge branch 'feature-2.3/RM-4313_UpdateDispositionNextActionDateWhenCurrentDateIsInThePast' into 'release/V2.3.1.x'
Feature 2.3/rm 4313 update disposition next action date when current date is in the past Update record disposition action as of date if it changed. See merge request !598
This commit is contained in:
@@ -509,8 +509,6 @@ public class RecordsManagementSearchBehaviour implements RecordsManagementModel
|
||||
* @param dispositionAction disposition action
|
||||
*/
|
||||
private void updateDispositionActionProperties(NodeRef record, NodeRef dispositionAction)
|
||||
{
|
||||
if (!methodCached("updateDispositionActionProperties", record))
|
||||
{
|
||||
Map<QName, Serializable> props = nodeService.getProperties(record);
|
||||
|
||||
@@ -552,7 +550,6 @@ public class RecordsManagementSearchBehaviour implements RecordsManagementModel
|
||||
props.get(PROP_RS_DISPOSITION_PERIOD_EXPRESSION));
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
* On update of event execution information behaviour\
|
||||
|
Reference in New Issue
Block a user