Notice: Undefined index: 10 in ref_field_sync_entity_delete() (line 324 of /home/e-smith/files/ibays/sota3/html/sites/all/modules/ref_field/ref_field_sync.module).
EntityMalformedException: Missing bundle property on entity of type node. in entity_extract_ids() (line 7633 of /home/e-smith/files/ibays/sota3/html/includes/common.inc).
CommentFileSizeAuthor
#2 ref_field-delete_bug-1864670-2.patch775 bytesgrasmash
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

checker’s picture

In ref_field_sync_entity_delete()

if (isset($items)) {

should be

if ($items) {

Because field_get_items() responses "false" if there are no items.

grasmash’s picture

Issue summary: View changes
Status: Active » Needs review
FileSize
775 bytes
TravisCarden’s picture

Status: Needs review » Reviewed & tested by the community

Makes sense and works as advertised.

joseph.olstad’s picture

Status: Reviewed & tested by the community » Fixed

Status: Fixed » Closed (fixed)

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