Dependencies not properly exporting
awjrichards - May 21, 2008 - 16:57
| Project: | Dependent Fields |
| Version: | 5.x-1.0-beta1 |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Jump to:
Description
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.

#1
Also, I just tried this with turning off the 'display after parent' setting. They still do not properly export.
#2
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.