Compare commits

...

2 Commits

Author SHA1 Message Date
bda12177eb
Merge pull request 'Revert "fix the case when relation is set to null"' (#23) from bugfix/fix-syncrelations into master
All checks were successful
soko-web/pipeline/head This commit looks good
Reviewed-on: #23
2023-05-28 15:56:14 +02:00
f037de014e
Revert "fix the case when relation is set to null"
All checks were successful
soko-web/pipeline/pr-master This commit looks good
This reverts commit 25548176bb.
2023-05-28 15:54:54 +02:00

View File

@ -305,8 +305,6 @@ class PersistentDataManager implements IPersistentDataManager
if ($relationModel !== null) {
$model->$methodSet($relationModel->getId());
} else {
$model->$methodSet(null);
}
}
}