issue 2609
This commit is contained in:
parent
e35429cf28
commit
b6683c2329
|
|
@ -1058,7 +1058,7 @@ class RelationController extends ControllerBehavior
|
|||
}
|
||||
elseif ($this->viewMode == 'single') {
|
||||
$this->viewWidget->setFormValues($saveData);
|
||||
$this->viewModel->save();
|
||||
$this->viewModel->save(null, $this->manageWidget->getSessionKey());
|
||||
}
|
||||
|
||||
return ['#'.$this->relationGetId('view') => $this->relationRenderView()];
|
||||
|
|
|
|||
Loading…
Reference in New Issue