Thanks for this great module.

When I save contact in the org entity form by using inline_entity_form module I got the following information.

Notice: Undefined index: label_id in redhen_fields_field_load() (line 383 of C:\Users\Eric\Sites\drupal7\profiles\panopoly\modules\redhen\modules\redhen_fields\redhen_fields.module).

Comments

eric.chenchao’s picture

Status: Active » Needs review
StatusFileSize
new876 bytes

Here is the patch

eric.chenchao’s picture

Status: Needs review » Needs work

It turns out that the items passed to redhen_fields_field_load() is not consistent when using inline_entity_form.

When in the inline_entity_form, items passed to redhen_fields_field_load indexed with "options", and when I clicked save button, the items passed to redhen_fields_field_load without "options" at all.

Need more digs:)

levelos’s picture

Issue summary: View changes
Status: Needs work » Closed (fixed)

Support for inline entity form was recently added, assuming this is taken care of.