We should allow a module/feature to define and export custom customer profiles.
| Comment | File | Size | Author |
|---|---|---|---|
| #7 | 1192610.7-allow_export_profile_types-5.patch | 2.92 KB | JulienD |
| #5 | 1192610.5-allow_export_profile_types-4.patch | 2.93 KB | mrfelton |
| #4 | 1192610-allow_export_profile_types-4.patch | 3.82 KB | pcambra |
| #3 | 1192610-allow_export_profile_types-3.patch | 3.8 KB | pcambra |
Comments
Comment #1
pcambradas-peter has some work done in http://drupal.org/node/1025580#comment-3969490 I think we could start from there.
Comment #2
pcambraOk, this kind of exports (customer profiles, line item types) are a little particular as there's "nothing" to export really as they should be defined by code, so it's just a dependency and fields issue.
Attaching a patch to provide an initial version of this, for giving it a quick test, I've published a dummy module in github with some customer profile types. https://github.com/pcambra/commerce_dummy_types
Comment #3
pcambraAnd of course, the patch
Comment #4
pcambraSome typos fixed
Comment #5
mrfelton commentedPatch updated to apply against latest code.
Comment #6
bojanz commentedAssigning to pcambra for final review / tweaks.
Comment #7
JulienD commentedThe patch works fine for me, it just need a little update to apply last changes of the module
I updated the patch.
Comment #8
JulienD commentedComment #9
maciej.zgadzaj commented#7 applies cleanly against dev, seems to work fine for me.
Comment #10
bojanz commentedCommitted.