When using the "Add existing node" dialog non-admin users are only able to see one item when they search to add a node (admins can see many nodes using the same lookup/search term). "number of values" is set to "unlimited"

The log displays the following: "Notice: Undefined index: bundle in inline_entity_form_open_form() (line 1121 of /htdocs/drupal/my-site/sites/all/modules/contrib/inline_entity_form/inline_entity_form.module)."

There is also an additional Warning: Invalid argument supplied for foreach() in inline_entity_form_autocomplete() (line 75 of /htdocs/drupal/my-site/sites/all/modules/contrib/inline_entity_form/inline_entity_form.module). in the recent log file.

I have attached several settings-related screenshots. Please let me know if additional information would be helpful. Thanks

Comments

bojanz’s picture

When using the "Add existing node" dialog non-admin users are only able to see one item when they search to add a node (admins can see many nodes using the same lookup/search term).

Yes, because IEF respects entity access, users can reference only the entities that they have permission to view.

There is also an additional Warning: Invalid argument supplied for foreach() in inline_entity_form_autocomplete() (line 75 of /htdocs/drupal/my-site/sites/all/modules/contrib/inline_entity_form/inline_entity_form.module). in the recent log file.

Pushed a fix for this one.

bojanz’s picture

Status: Active » Fixed

And pushed a fix for the notice in the issue title.

Status: Fixed » Closed (fixed)

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