From 135f3f08e4b3887a30a61f5c4eb756946ceb0622 Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Fri, 14 Feb 2020 18:36:47 +0100 Subject: [PATCH] fixes #162 implemented previously --- DataStorage/Database/DataMapperAbstract.php | 4 ---- 1 file changed, 4 deletions(-) diff --git a/DataStorage/Database/DataMapperAbstract.php b/DataStorage/Database/DataMapperAbstract.php index fc232258c..f3119fb45 100644 --- a/DataStorage/Database/DataMapperAbstract.php +++ b/DataStorage/Database/DataMapperAbstract.php @@ -76,10 +76,6 @@ use phpOMS\Utils\ArrayUtils; * Now all mappers are split. The overhead is one additional function call and the setup() function. * Alternatively, think about using traits in the beginning. * - * @todo Orange-Management/phpOMS#162 - * Relations by other than primary key - * Currently relations are always defined by the primary key. It would be very helpful to also define relations by other values. - * * @todo Orange-Management/phpOMS#212 * Replace nested models which are represented as scalar/id with NullModel * Currently there is a default limit on dependency nesting when you request a model from the database.