Editing a node with a group reference field that has entityreference_prepopulate enabled, getting this error:
Notice: Undefined index: action in entityreference_prepopulate_field_access() (line 172 of /path/to/modules/entityreference_prepopulate/entityreference_prepopulate.module).
The only value in $instance['settings']['behaviors']['prepopulate'] was status => 1.
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | entityreference_prepopulate-undefined-2395711.patch | 595 bytes | brad.bulger |
Comments
Comment #1
brad.bulger commentedI added a line to define the keys referenced in the rest of the function. I don't know if the lack of those keys indicates some other issue, though, so maybe you don't want to hide the error.
Comment #2
amitaibuCorrect status
Comment #3
anybodyNeeds reroll against latest 7.x-1.x-dev!
Comment #4
anybodyCould this please be rewritten as MR?