Skip to content

Commit

Permalink
Do not check PID for records from sys_category
Browse files Browse the repository at this point in the history
  • Loading branch information
sfroemkenjw committed Nov 20, 2023
1 parent a84ccce commit 48220c5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Classes/Domain/Repository/CategoryRepository.php
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,6 @@ public function initializeObject(): void
public function findRelated(): QueryResultInterface
{
$query = $this->createQuery();
$query->getQuerySettings()->setRespectStoragePage(true);

$queryBuilder = $this->getQueryBuilder();
$queryBuilder
Expand Down

0 comments on commit 48220c5

Please sign in to comment.