Closed (fixed)
Project:
Configuration Management
Version:
7.x-2.x-dev
Component:
User interface
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
21 Feb 2013 at 10:37 UTC
Updated:
17 Jul 2013 at 15:21 UTC
Jump to comment: Most recent file
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.