I get the following php notice errors:

Notice: Undefined index: node in node_reference_field_formatter_view() (line 441 of /path/to/install/sites/all/modules/references/node_reference/node_reference.module).

and

Notice: Trying to get property of non-object in node_reference_field_formatter_view() (line 457 of /path/to/install/sites/all/modules/references/node_reference/node_reference.module).

when attempting to node_save a node with the _field_view_prepared flag in it. I can shoehorn this into working by unsetting the _field_view_prepared flag manually before saving the node, but that can't be healthy.

Comments

renatog’s picture

Assigned: Unassigned » renatog
Issue summary: View changes
renatog’s picture

Hi @jgpippin, how are you?

Thank you very much for reporting.

We fixed this error recently.

Was committed to dev branch.

We will generate a new release soon.

Good Work.

Regards

Status: Fixed » Closed (fixed)

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