diff --git a/modules/backend/behaviors/RelationController.php b/modules/backend/behaviors/RelationController.php index 07e8e14e4..5a46a38ac 100644 --- a/modules/backend/behaviors/RelationController.php +++ b/modules/backend/behaviors/RelationController.php @@ -1061,7 +1061,7 @@ class RelationController extends ControllerBehavior $this->viewModel->save(null, $this->manageWidget->getSessionKey()); } - return ['#'.$this->relationGetId('view') => $this->relationRenderView()]; + return $this->relationRefresh(); } /**