Details
-
Type:
Bug
-
Status:
Resolved
-
Priority:
Critical
-
Resolution: Fixed
-
Affects Version/s: 1.5
-
Fix Version/s: 1.5
-
Component/s: None
-
Labels:None
Description
When processors are added to the ScuflModel they take a copy of the isFiringEvents variable, so if event generation is turned off when the processor is added (as it is when a workflow is loaded) the processor will never fire ScuflModelEvents.
Issue Links
| Depends | |||
|---|---|---|---|
|
|
|
||
Actually the Processor.isFiringEvents is useless, as it just checks if it should do model.fireEvent() - which checks model.isFiringEvents. Removed Processor.isFiringEvents.