Closed (fixed)
Project:
Configuration Management
Version:
7.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
19 Dec 2012 at 15:07 UTC
Updated:
19 Mar 2013 at 18:10 UTC
Jump to comment: Most recent file
Comments
Comment #1
swentel commentedWIP - exports should be fine - import needs to be done, but more overrides should be done in the storage class.
Comment #2
swentel commentedActually, turns out features needed to be enabled - at least to get rid of all the constants, probably needs some rethinking, although it should be possible
Comment #3
dagmarThanks for working on this!.
Personally I preffer to duplicate the code from features to avoid need to install both modules in order to export entities.
Comment #4
swentel commentedYeah me too, I had features enabled by accident, that's why it was working initially, it's back to the drawing board I'm afraid.
Comment #5
dagmarThis is working for me. Please confirm.
Comment #6
dagmarAdded the automatically detection of fields attached to an entity.
Comment #7
dagmarTested with rules (see #1923314: Integration with Rules).
Fixed dependency detection, rules doesn't allow fields.
Comment #8
dagmarCommitted and Pushed to 7.x-2.x.
Comment #9
swentel commented@dagmar - sorry for not getting back to this, but I can confirm the commit works fine. Tested it with a rule export and comes in fine, nice work!