When the 'required' plugin make the unset "unset($result->items[$item_key]);" operation any next field hanlers (plugins) which will use $result->items[$item_key] will produce the PHP warning and will not work properly.

For fix it we should jump to the next data row processing.

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

twistor’s picture

Assigned: Unassigned » twistor

ahh... yeah. That makes sense.

twistor’s picture

Status: Needs review » Fixed

Committed to 7.x and 6.x.

I missed your attribution for 7.x so I added it to 6.x.

Thanks.

Status: Fixed » Closed (fixed)

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

vadym.kononenko’s picture

Perfect! :)

queenvictoria’s picture

Issue summary: View changes

This commit broke D6. See https://drupal.org/node/2117193 for rollback patch.