mirror of
https://github.com/wintercms/winter.git
synced 2024-06-28 05:33:29 +02:00
Merge pull request #2642 from norotaro/patch-1
Update RelationController::onRelationManageUpdate
This commit is contained in:
commit
749835f73d
@ -1061,7 +1061,7 @@ class RelationController extends ControllerBehavior
|
||||
$this->viewModel->save(null, $this->manageWidget->getSessionKey());
|
||||
}
|
||||
|
||||
return ['#'.$this->relationGetId('view') => $this->relationRenderView()];
|
||||
return $this->relationRefresh();
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
x
Reference in New Issue
Block a user