Ticket #21 (bug)

Opened 3 years ago

Last modified 3 years ago

Rules run on unexpected phases

Status: closed (fixed)

Reported by: miyagawa Assigned to: miyagawa
Priority: major Milestone:
Component: Plagger Version:
Keywords: Cc:

using Rating module with Publish plugin that calls publish.finalize will cause an error:

No feed object in this phase

We need a list of available hooks per Rules.

Change History

02/08/06 17:43:19: Modified by miyagawa

  • milestone set to Relase 0.5.

02/08/06 18:13:09: Modified by miyagawa

  • status changed from new to closed.
  • resolution set to fixed.

(In [51]) Added Rule->hooks and $context->active_hooks to specify which phase the rule can run on. Fixes #21