I'm running a site where users can add both a product display and a product. I do not want the users to see every possible listing in the product reference field when creating or editing a product display. I would like the users to see and edit only their own products.

This works (sorta) when I turn use the Users UUID in a view contextual filter.

In my opinion this is a non functional featue. Has anyone figured out a solution or work around?

Comments

spencerthayer created an issue. See original summary.

spencerthayer’s picture

Issue summary: View changes
rszrama’s picture

Status: Active » Closed (fixed)

Fortunately, this will be improved in 2.x. The solution in 1.x would be to use an entity reference field with a custom View that filters the option list to products created by that user. In other words: the permission was the wrong thing for your requirement.

For future support requests, please use https://drupal.stackexchange.com.