I'm trying this great module.
I've installed rules, rules_admin but I'm not able to track my rules.
Is it normal?
Is there a integration with rules?
Thanks for this great module :)
Sergio
| Comment | File | Size | Author |
|---|---|---|---|
| #5 | 1923314.patch | 681 bytes | dagmar |
| #3 | 1923314-3-rules.patch | 1.86 KB | nils.destoop |
Comments
Comment #1
swentel commentedrelated to #1870356: support Entity API exportables as rules' features integration relies on entity api - so in a way when there's a bridge between entity api and this one, rules will follow automatically.
Comment #2
dagmarYes. Rules support is covered by the patch in #1870356: support Entity API exportables.
Comment #3
nils.destoop commentedI still have some problems with the rules. In attachment you can find a patch that creates the RuleConfiguration class.
Following problem occurs:
WD rules_config: PDOException: SQLSTATE[23000]: Integrity constraint violation: 1062 Duplicate entry 'commerce_add_to_cart_confirmation_message' for key 'name': INSERT
This occurs when a module has a default rule export, and configuration wants to resave it.
Comment #5
dagmarThanks @zuuperman I just included the logic of your patch in the base entity classs. Should be a more general solution for all entities exported by this handler.
Comment #7
dagmarComment #8
dagmarCommitted and pushed #5 to 7.x-2.x. Thanks @zuuperman and @arrubiu.