I get the following PHP notice:
Notice: Undefined property: view::$row_index in views_handler_field->get_render_tokens()

The attached patch solves this. The row_index property on the view object needed to be set.

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

maciej.zgadzaj’s picture

Status: Active » Closed (fixed)

Thanks for the patch James. Fixed in build 7.x-2.x-dev-20120215_2, just pushed to the repository.

bcn’s picture

Version: 7.x-2.x-dev » 6.x-2.x-dev
Status: Closed (fixed) » Needs review
FileSize
627 bytes

Here is the same patch for 6.x-2.x

maciej.zgadzaj’s picture

Status: Needs review » Fixed

Thanks Noah, pushed to 6.x-2.x too.

Status: Fixed » Closed (fixed)

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