I'm trying to use this module in conjunction with Views Reference, but when I want to add/edit a node with a collection that includes a Views Reference field, PHP throws multiple notices, and the Views Reference widget is not behaving as excepted if the Field Collection widget is Embedded. Strangely, it works when the Field Collection is Hidden, but I really need to embed the widget with the creation edit form, otherwise Field Collection is not playing very well with i18n (#1316162: Support content translation and host entity cloning) …
Notice : Undefined index: append_id dans viewreference_select_process() (line 738 in xxx/modules/viewreference/viewreference.module).
Notice : Undefined index: referenceable_views dans viewreference_select_process() (line 738 in xxx/modules/viewreference/viewreference.module).
Notice : Undefined index: arguments dans viewreference_select_process() (line 756 in xxx/modules/viewreference/viewreference.module).
Comments
Comment #1
donquixote commentedThe same happens with paragraphs module.
The problem seems to be that $settings are not really initialized at this point.
Comment #2
donquixote commentedOops, wrong issue. I wanted to comment on #1481802: Throws multiple notices with Field Collection. (viewreference queue)