There is a problem in this commit:
http://cgit.drupalcode.org/field_collection_table/commit/?id=fe9e86e

The field_collection_table_pre_render_field function is never going to run, since the first line references $form, and the only thing passed in to the function is $element. Changing the references to $element fixes the issue.

Will attach a patch in a minute.

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

ron_s’s picture

Here is the patch for review.

ron_s’s picture

Status: Active » Needs review

Setting to review.

  • websystem committed 9194097 on 7.x-1.x authored by ron_s
    Issue #2486143 by ron_s: field_collection_table_pre_render_field...
kevineinarsson’s picture

Oops.

Committed, thank you. :)

kevineinarsson’s picture

Status: Needs review » Closed (fixed)