From 3c8a8c31d52388110c7423c81237e2154b04a8e8 Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Fri, 7 Feb 2020 21:51:55 +0100 Subject: [PATCH] remove todos --- DataStorage/Database/DataMapperAbstract.php | 4 ---- 1 file changed, 4 deletions(-) diff --git a/DataStorage/Database/DataMapperAbstract.php b/DataStorage/Database/DataMapperAbstract.php index 77cab58b1..c600439cc 100644 --- a/DataStorage/Database/DataMapperAbstract.php +++ b/DataStorage/Database/DataMapperAbstract.php @@ -125,10 +125,6 @@ use phpOMS\Utils\ArrayUtils; * As a result the datamapper has to be rewritten for the select and insert/update. * The select needs to set the null model as value and the insert/update needs to extract the id from the null and ignore all other empty values from the null model which obviously are the default values. * - * @todo Orange-Management/phpOMS#235 - * The relationship keywords `dst` and `src` are difficult to understand and should be renamed. - * E.g. `self` and `ext` - * * @todo Orange-Management/phpOMS#236 * Consider unifing hasMany and ownsOwn * Maybe unify these relations and handle them based on their definition of src and dst.