mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-07-31 17:39:05 +00:00
RM-924 Rule is executed incorrect if Edit Disposition Instructions
RM-923 Several actions don't trigger the updated rule RM-925 The updated rule is triggered several timce by complete/undo event, cutoff/undo cutoff - Added dispositionActionDefinition to the list of types to be ignored by rule triggering just so that 'edit disposition steps' will not cause update rules to be triggered to avoid confusion. git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/modules/recordsmanagement/HEAD@55313 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -77,6 +77,7 @@ public class ExtendedRuleServiceImpl extends RuleServiceImpl
|
||||
// Specify a set of system types to be ignored by rule executions
|
||||
ignoredTypes.add(RecordsManagementModel.TYPE_DISPOSITION_SCHEDULE);
|
||||
ignoredTypes.add(RecordsManagementModel.TYPE_DISPOSITION_ACTION);
|
||||
ignoredTypes.add(RecordsManagementModel.TYPE_DISPOSITION_ACTION_DEFINITION);
|
||||
ignoredTypes.add(RecordsManagementModel.TYPE_EVENT_EXECUTION);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user