Notice: Undefined index: action_on_edit in entityreference_prepopulate_field_access() (line 155 of /pathtodrupal/sites/all/modules/contrib/entityreference_prepopulate/entityreference_prepopulate.module).

Receiving this when editing a node with a field configured to use entityreference prepopulate that doesn't have the action_on_edit property set (because the field was created on an older version of entityreference_prepopulate that predates that setting). We should be checking the value using empty(). Patch to follow.

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

azinck’s picture

Status: Active » Needs review
FileSize
634 bytes
amitaibu’s picture

Issue summary: View changes
Status: Needs review » Fixed

Committed, thanks.

Status: Fixed » Closed (fixed)

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