fix the case when relation is set to null
All checks were successful
soko-web/pipeline/pr-master This commit looks good
All checks were successful
soko-web/pipeline/pr-master This commit looks good
This commit is contained in:
parent
f31b801c03
commit
25548176bb
@ -302,6 +302,8 @@ class PersistentDataManager implements IPersistentDataManager
|
||||
|
||||
if ($relationModel !== null) {
|
||||
$model->$methodSet($relationModel->getId());
|
||||
} else {
|
||||
$model->$methodSet(null);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user