Closed (fixed)
Project:
Chaos Tool Suite (ctools)
Version:
7.x-1.x-dev
Component:
Bulk Exporter
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
1 Feb 2012 at 20:00 UTC
Updated:
19 May 2014 at 11:41 UTC
Jump to comment: Most recent
Comments
Comment #1
merlinofchaos commentedCommitted and pushed.
Comment #3
kclarkson commentedI have updated ctools but am still receiving the following: Notice: Undefined index: label in ctools_entity_field_extra_content_type_content_types() (line 39 of sites/all/modules/contrib/ctools/plugins/content_types/entity_context/entity_field_extra.inc).
Comment #4
kclarkson commentedopen
Comment #5
kristiaanvandeneyndeIt's because you've got an extra field that doesn't have a label set.
https://api.drupal.org/api/drupal/modules!field!field.api.php/function/h...
Though this patch fixes the fact that people do not set a description, which is perhaps forgiveable, we should not account for extra fields not being labelled.