- Issue created by @jaydenpearly
- π¬π§United Kingdom jaydenpearly
a temporary solution that I'm not sure is sufficient. (message_subscribe_example.module)
-----------Change
$query->condition($field . '.target_id', $entity->id());
with
$query->accessCheck(TRUE)->condition($field . '.target_id', $entity->id());
- First commit to issue fork.
- last update
about 1 year ago 29 pass - @bluegeek9 opened merge request.
- last update
about 1 year ago 29 pass -
bluegeek9 β
committed 5fc798f8 on 8.x-1.x
Issue #3386201: Entity queries must explicitly set whether the query...
-
bluegeek9 β
committed 5fc798f8 on 8.x-1.x
- Status changed to Fixed
about 1 year ago 2:37pm 26 October 2023 Automatically closed - issue fixed for 2 weeks with no activity.