I have three CCK field marked as dependent on another CCK field. Each of the three are supposed to appear after their parent. It works fine when I configure it through the UI, but when I export all my fields and try to import them elsewhere (in my case, via a module), the dependencies do not stay set.

Comments

awjrichards’s picture

Also, I just tried this with turning off the 'display after parent' setting. They still do not properly export.

Tamar Badichi-Levy’s picture

Hi,

Because the dependent fields are not a CCK field type. CCK import/export cannot handle the dependencies between the fields. However, you can just export the database table 'field_dependencies' and that's should do the work.

Best regards,
Ofir.