Closed (fixed)
Project:
Conditional Rules
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
8 Oct 2012 at 15:24 UTC
Updated:
1 Dec 2012 at 23:40 UTC
Jump to comment: Most recent file
Comments
Comment #1
mitchell commentedPatch attached. Setting to needs review.
Comment #2
zhangtaihao commentedI'm not comfortable about setting module weight since that completely alters module workflow for every single hook. I personally believe the weight attribute of a module should have long been removed.
It would probably be better if Rules sorted plugins when listing them. Otherwise, why not use
hook_module_implements_alter()forrules_plugin_info?Comment #3
mitchell commented> It would probably be better if Rules sorted plugins when listing them.
This was my first thought, but my coding chops aren't up to this. My only concern about this was that it might be difficult to get a release with this change anytime soon.
> Otherwise, why not use hook_module_implements_alter() for rules_plugin_info?
I didn't know about this option, but it looks like a good one. It also gives more fine-grained control. Changing title to reflect this.
Comment #4
zhangtaihao commentedFixed in c5f396f.