Hi,
After creating some fields with the Conditional Fields module, I realized that the content complete bloc was proposing to complete fields that were hidden by this module (because a specific value of another field was not selected).
Clicking on the link to complete these fields redirects to the edit page, which shows the "Please complete the fields" message, while the corresponding fields are hidden...
So this makes the content complete unusable if we want to include some conditional fields as content complete fields.
It would be great if content complete don't proposes the fields hidden by the conditional field module.
Comments
Comment #1
pvhee commentedPatches are welcome.
Comment #2
auberdjinn commentedJust thought I'd mention I've started some work on this for the D7 version of Content Complete: #1350704: Integration with Conditional Fields
Comment #3
penyaskitoAttached the patch I used to implement this integration, based on @catfink work (but 6.x conditional fields API is totally different that in 7.x).
Is far from perfect, but it works for me because I don't have multivalued fields, and can be a good start for a complete patch. As far as I know, it's the only part that needs improvement. Comments on this patch are welcome.