Closed (fixed)
Project:
Revisioning
Version:
6.x-3.12
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
15 Jun 2011 at 11:24 UTC
Updated:
25 Jul 2011 at 02:41 UTC
Jump to comment: Most recent file
In revisioning_revisionapi() hook implementation, there is call to rules event which doesn't provide by hook_rules_event_info() - revisioning_pre_publish.
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | missing_rules_event-1189128-1.patch | 567 bytes | gdud |
Comments
Comment #1
gdud commentedI prepared simple patch that create missing event definition in revisioning_rules_event_info().
One word of explanation:
In consequence of missing event definition, rules makes variable_set('rules_inactiv_sets') on every node save, so cache variables must be updated.
In our situation - more than one node save every 5 minutes - this is the huge performance issue.
Comment #2
rdeboerThanks for your patch!
Will port to D7 too.
Comment #3
rdeboerCommitted to git master branch as well as 6.x-3.x branch.
Will be available in 7.x-1.2 and 6.x-3.13 respectively.