EntityAccessHelper::entityAccessCheck() in open social submodule "entity_Access_by_field" only checks for "view own unpublished content" and admin permission (in case of nodes: "administer content") but skips checking for the "view any unpublished content" permission. In my case I have an editor role which should be allowed to view any unpublished content, but not to administer nodes, but does not work because of missing check for the specific permission.
Add check for "view any unpublished content" and return neutral access result.
Needs review
11.11
Code (back-end)