diff --git a/application/controllers/RedundancygroupController.php b/application/controllers/RedundancygroupController.php index cd3107fa2..9e0c65fb0 100644 --- a/application/controllers/RedundancygroupController.php +++ b/application/controllers/RedundancygroupController.php @@ -185,7 +185,8 @@ public function childrenAction(): void ); $searchBar->getSuggestionUrl()->setParam('isChildrenTab'); - $searchBar->getEditorUrl()->setParam('isChildrenTab'); + $searchBar->getEditorUrl() + ->setParams((clone $searchBar->getEditorUrl()->getParams())->set('isChildrenTab', true)); if ($searchBar->hasBeenSent() && ! $searchBar->isValid()) { if ($searchBar->hasBeenSubmitted()) {