RM-4247 Recalculate the "disposition as of" date if the period property changes.

This commit is contained in:
Tom Page
2016-10-14 14:28:04 +01:00
parent 0100e01a0b
commit 8d9a47e3ac

View File

@@ -185,7 +185,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))
{
persistPeriodChanges(dispositionActionDef, nextAction);
}