Hi there,

Right now the export/import functionality ignores the instance information of a field. It exports / imports general field information but the information of the instances of a field is missed.

I've extended the code to include the instance information.
Now the information about widgets, descriptions, labels is exported / imported too.

I tried to keep the importer compatible to the former export format of the D7 dev release. But if possible this should be removed.

Attention: The attached patch includes other patches:

Cheers,
Peter

Comments

das-peter’s picture

Status: Active » Needs review
StatusFileSize
new5.63 KB

Update:
- Changed format to prevent mess in db :|
- Changed instance iteration - saves some iterations
- Code clean-up

das-peter’s picture

Damn, former introduced issue with reused fields.
Fixed patch attached ;)

das-peter’s picture

Next one, but I'm not sure if the dependency management really works.

luke_b’s picture

Status: Needs review » Closed (duplicate)

All the changes/patches in this issue have been integrated in the following patch: http://drupal.org/node/736886#comment-3427951