From 203dce371c97fc7093990167eb2ac050e305cd26 Mon Sep 17 00:00:00 2001 From: Yuri Kuznetsov Date: Mon, 28 Aug 2023 08:57:53 +0300 Subject: [PATCH] comment --- application/Espo/Core/Record/Service.php | 1 + 1 file changed, 1 insertion(+) diff --git a/application/Espo/Core/Record/Service.php b/application/Espo/Core/Record/Service.php index c699c0f3a5..5c97f5ee4b 100644 --- a/application/Espo/Core/Record/Service.php +++ b/application/Espo/Core/Record/Service.php @@ -604,6 +604,7 @@ class Service implements Crud, /** * @param TEntity $entity + * @todo Move the logic to a class. Make customizable (recordDefs)? */ public function populateDefaults(Entity $entity, stdClass $data): void {