Skip to content

Commit 8e01345

Browse files
committed
Entity popular queriy: Loaded parents for selector breadcrumbs
1 parent f5f96f8 commit 8e01345

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/Entities/Queries/QueryPopular.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ public function run(int $count, int $page, array $filterModels = null): Collecti
3535
->take($count)
3636
->get();
3737

38-
$this->listLoader->loadIntoRelations($views->all(), 'viewable', false);
38+
$this->listLoader->loadIntoRelations($views->all(), 'viewable', true);
3939

4040
return $views->pluck('viewable')->filter();
4141
}

0 commit comments

Comments
 (0)