RM-4247 Re-add changes that were meant to be merged from release/V2.5.

The merge in '5f75e3' missed the changes from RM-4247, so this commit adds
them back in.
This commit is contained in:
Tom Page
2016-11-10 12:57:49 +00:00
parent 3a0c9e3901
commit bae6ca0338
2 changed files with 69 additions and 1 deletions

View File

@@ -196,7 +196,7 @@ public class BroadcastDispositionActionDefinitionUpdateAction extends RMActionEx
{
// the change does effect the nextAction for this node
// so go ahead and determine what needs updating
if (changedProps.contains(PROP_DISPOSITION_PERIOD)
if ((changedProps.contains(PROP_DISPOSITION_PERIOD) || changedProps.contains(PROP_DISPOSITION_PERIOD_PROPERTY))
&& isNotTrue((Boolean) getNodeService().getProperty(nextAction.getNodeRef(), PROP_MANUALLY_SET_AS_OF)))
{
persistPeriodChanges(dispositionActionDef, nextAction);