From 2ac4dad4e983ed1077d3c0aaea569eac26049edb Mon Sep 17 00:00:00 2001 From: norotaro Date: Wed, 1 Feb 2017 12:14:41 -0300 Subject: [PATCH] Update RelationController::onRelationManageUpdate As in `onRelationManageCreate()`, `onRelationManageDelete()`, `onRelationManageAdd()`, etc, it needs to return `$this->relationRefresh()` for `relationExtendRefreshResults()` to be executed --- modules/backend/behaviors/RelationController.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/backend/behaviors/RelationController.php b/modules/backend/behaviors/RelationController.php index 27591bb79..c52bae02d 100644 --- a/modules/backend/behaviors/RelationController.php +++ b/modules/backend/behaviors/RelationController.php @@ -1061,7 +1061,7 @@ class RelationController extends ControllerBehavior $this->viewModel->save(); } - return ['#'.$this->relationGetId('view') => $this->relationRenderView()]; + return $this->relationRefresh(); } /**