Closed (works as designed)
Project:
Drupal core
Version:
8.7.x-dev
Component:
entity system
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
10 Feb 2019 at 19:49 UTC
Updated:
11 Feb 2019 at 15:52 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
geek-merlinPatch flying in that might implement the POC.
Comment #3
anruethercomment posted in wrong issue and deleted.
Comment #5
geek-merlinFixed an issue with field access.
Comment #6
geek-merlinNope, the approach in the patches is too naive. Thinking...
Comment #7
hchonovI think that you can implement a hook entity access and solve your problem. Or is there any other reason why you want to have it the other way around in core - which actually is won't fix, as we cannot change how the access results are being processed in the
EntityAccessControlHandler.Comment #8
geek-merlinIf we make this an option there is no BC issue.
Fortunately i found a contrib solution living in https://www.drupal.org/project/acb.