myGrid

Processors not generating ScuflModelEvents when ports change

Details

  • Type: Bug Bug
  • Status: Resolved Resolved
  • Priority: Critical 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

Activity

Hide
Stian Soiland-Reyes added a comment - 2006-11-20 14:56

Actually the Processor.isFiringEvents is useless, as it just checks if it should do model.fireEvent() - which checks model.isFiringEvents. Removed Processor.isFiringEvents.

Show
Stian Soiland-Reyes added a comment - 2006-11-20 14:56 Actually the Processor.isFiringEvents is useless, as it just checks if it should do model.fireEvent() - which checks model.isFiringEvents. Removed Processor.isFiringEvents.

People

Vote (0)
Watch (0)

Dates

  • Created:
    2006-11-17 16:35
    Updated:
    2006-11-20 14:58
    Resolved:
    2006-11-20 14:58