Closed (outdated)
Project:
Semantic CCK
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
20 Oct 2011 at 13:04 UTC
Updated:
25 Mar 2020 at 23:34 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
eelkeblokWe also ran into this issue, but I think the above patch breaks the intended behaviour of this code, because when $field['semantic_cck_field_settings']['enabled'] == false, empty($field['semantic_cck_field_settings']['enabled']) will in fact be false, while the if-clause should be true in that case also (it will work in most cases, because if the semantic_cck settings *have* been set, they are usually enabled too).
Attached is a patch that, I believe, does have the intended behaviour.
Comment #2
avpadernoI am closing this issue, since it's for a Drupal version no longer supported.