Skip to content

Commit

Permalink
Ignore publishing state for related news archives (#257)
Browse files Browse the repository at this point in the history
  • Loading branch information
aschempp committed Nov 26, 2024
1 parent 615fa19 commit 78ae2b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/EventListener/DataContainer/ParentTableListener.php
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ public function onMasterOptions(DataContainer $dc): array
$associated = [];
$pageFinder = new PageFinder();

foreach ($pageFinder->findAssociatedForPage($jumpTo, true) as $page) {
foreach ($pageFinder->findAssociatedForPage($jumpTo, true, null, false) as $page) {
$associated[] = $page->id;
}

Expand Down

0 comments on commit 78ae2b0

Please sign in to comment.