This commit is contained in:
Luke Towers 2019-06-21 12:08:36 -06:00
parent b1b9141dcc
commit a1b1018083

View File

@ -900,7 +900,7 @@ class RelationController extends ControllerBehavior
* Existing record
*/
if ($this->manageId) {
$model = $config->model->find($id);
$model = $config->model->find($this->manageId);
if ($model) {
$config->model = $model;
} else {