Active
Project:
Dependent
Version:
5.x-1.0-beta1
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
21 May 2008 at 16:57 UTC
Updated:
24 May 2008 at 10:53 UTC
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
Comment #1
awjrichards commentedAlso, I just tried this with turning off the 'display after parent' setting. They still do not properly export.
Comment #2
Tamar Badichi-Levy commentedHi,
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.