Skip to content

Commit

Permalink
Merge pull request #27 from mkdok/main
Browse files Browse the repository at this point in the history
fix: [DS-631] Drupal 10 entityQuery ->accessCheck(FALSE) needed
  • Loading branch information
podarok authored May 9, 2023
2 parents eaf8f96 + 4a7af85 commit 5565ce5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/OpenyMapDataWrapper.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ public function getPins($type, $id = NULL) {
->getQuery()
->condition('type', $type)
->condition('status', 1)
->accessCheck(FALSE)
->execute();
}

Expand Down

0 comments on commit 5565ce5

Please sign in to comment.