When save_lineage or dropbox are enabled/disabled, hs_content_taxonomy_common_config_form_submit() changes the "multiple" setting of the current Content Taxonomy field by submitting the form programmatically. This currently fails. The CCK API should be used instead, because it's more robust and less likely to change.
Comments
Comment #1
wim leersFixed!
http://drupal.org/cvs?commit=335244
Comment #2
YK85 commentedHi Wim Leers,
I was wondering if this fix will help in this issue #601416: Compatibility with hierarchical_select for Conditional Fields-HS integration. The regular HS works great but currently the dropbox is not working properly with conditional fields (values added to dropbox are not recognized).
Could you please assist in allowing the dropbox to work properly with conditional fields?
My understanding of the issue:
Once a value is added to the dropbox, it is no longer 'selected' and so conditional fields does not work with it. The controlling field is only recognized when it is 'selected'.
Thank you!