Priority of class vs instance events
Brought to you by:
simonjwright
At present, class and instance events have the same priority. However,
since class events are usually used to isolate one domain from another,
it's arguable that class events should have lower priority than instance
events; all the instance events following from the handling of a class
event should be handled before considering the next class event.
ColdFrame bug #0359.
Logged In: YES
user_id=917025
Originator: YES
A workround is provided in release 20060427p1; there's a new event queue kind in ColdFrame.Projects.Events.Instance_Priority.
Future releases will implement this behaviour in the main line.
Logged In: YES
user_id=917025
Originator: YES
Completed.
The old behaviour is available in No_Instance_Priority_G.
milestone: -->
labels: Runtime --> Runtime, Generation