Needs work
Project:
E-mail Marketing Framework
Version:
6.x-1.3
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
27 Sep 2010 at 15:49 UTC
Updated:
8 Oct 2010 at 15:44 UTC
Jump to comment: Most recent file
Comments
Comment #1
damienmckennaFYI this is related: #924236: Primary key auto-detection, support for compound primary keys
Comment #2
damienmckennaHere's some initial work:
The last three tables are made more complicated by the fact they use multiple primary keys, which neither CTools nor Features support out of the box. That said, some initial work on this has been done for eml_list_roles - the exporting should work fine, just need to do the importing & other callbacks.
Comment #3
damienmckennaOf course in use having the emf_subscription table exportable can be A Bad Thing(tm) because all of a sudden the Bulk Exporter & the Features Create pages will be trying to list tens and hundreds of thousands records for exporting. This new patch has commented out that part, but left the code still there for others to review.