diff --git a/src/Controller/Backend/ContentEditController.php b/src/Controller/Backend/ContentEditController.php index e735152ae..554dbec57 100644 --- a/src/Controller/Backend/ContentEditController.php +++ b/src/Controller/Backend/ContentEditController.php @@ -484,7 +484,7 @@ private function updateTaxonomy(Content $content, string $key, $taxonomy): void private function updateRelation(Content $content, $newRelations): void { $newRelations = (new Collection(Json::findArray($newRelations)))->filter(); - $currentRelations = $this->relationRepository->findRelations($content, null, true, null, false); + $currentRelations = $this->relationRepository->findRelations($content, null, false, null, false); // Remove old ones foreach ($currentRelations as $currentRelation) {