Skip to content

Commit

Permalink
Merge pull request #28 from ynorth-projects/d10
Browse files Browse the repository at this point in the history
fix: access for Drupal 10
  • Loading branch information
podarok authored May 1, 2023
2 parents fccf570 + 8fab58e commit b3426c6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/RepeatManager.php
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,7 @@ public function getSessionInstancesBySession(NodeInterface $node) {
->getStorage('repeat')
->getQuery()
->condition('session', $node->id())
->accessCheck(FALSE)
->execute();

return $this->storage->loadMultiple($ids);
Expand Down

0 comments on commit b3426c6

Please sign in to comment.