Notice: Undefined index: override_title in ctools_entity_field_content_type_render() (line 157 of modules/all/ctools/plugins/content_types/entity_context/entity_field.inc).

I get this notice when saving content.

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

populist’s picture

Status: Active » Needs review
FileSize
689 bytes

Here is a patch that correctly checks this variable with !(empty($var)).

merlinofchaos’s picture

Status: Needs review » Fixed

Committed.

merlinofchaos’s picture

Though.

The patch works and fixes the notice but I suspect that's just masking a bigger problem.

SocialNicheGuru’s picture

I can't seem to edit the title.
I click on the Override title button, but then I can't actually enter anything into the box. should I file this as a separate issue?

merlinofchaos’s picture

There might be a javascript problem preventing the dependency from actually firing. That would be a totally separate issue.

populist’s picture

#2 - Thanks for getting this committed. I think that the if(!empty()) check is better than the if ()

#3/4 - I think that a problem with the JS or a larger underlying issue would probably need a new ticket

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.