- Status changed to Active
over 2 years ago 8:51pm 17 January 2023 - First commit to issue fork.
- 🇹🇷Turkey makbay
Coming from ✨ Permission for viewing active domains Closed: duplicate and I have closed it in favor of this issue.
Well, actually in my case, we have an entity reference field referencing to domain entities in a content type. While using this field in a view to create a link to the referenced domain, non-admin users is not allowed to see the link or referenced domain entity. Please see the image below.
- last update
over 1 year ago 93 pass - @makbay opened merge request.
- last update
over 1 year ago 93 pass - last update
over 1 year ago 93 pass - @makbay opened merge request.
- Status changed to Needs review
over 1 year ago 4:26pm 25 October 2023 - 🇺🇸United States agentrickard Georgia (US)
Still very interesting....this really needs a test, since we are adding a permission behavior.
- 🇺🇸United States drpldrp San Francisco, CA
I have a similar use case and solved it by enabling the "view label" operation in DomainAccessControlHandler.
I also found it useful to implement toUrl() for the Domain entity.
Just a suggestion and for consideration.