New issue 165 by wid...@gmail.com: BLETTER_DEL is ignored
http://code.google.com/p/anomalyjobs/issues/detail?id=165
What steps will reproduce the problem?
1. Read the helpfiles about BLETTERs: "All actions have BLETTER_<action>
hooks .."
2. Observe that the job parent object has a BLETTER_DEL attribute.
3. Delete a job
4. Observe that BLETTER_DEL is never triggered, because TRIG_BROADCAST is
omitted from the delete command.
What is the expected output?
No emit when jobs are deleted.
What do you see instead?
No emit when jobs are deleted, but for the wrong reason. :)
Please use labels and text to provide additional information.
Might be useful to consistently process ALL jobs through the same set of
add/broadcast/post/mail hooks on a common attribute to avoid per-command
inconsistency.
Fixing this will require adding the trig_broadcast to +job/delete, and
removing the (never called) BLETTER_DEL broadcast, so behavior remains as
before.