From 69aae1abfa641d655143614f70ef94b9a10eed33 Mon Sep 17 00:00:00 2001 From: Yuri Kuznetsov Date: Fri, 12 Jan 2024 18:03:50 +0200 Subject: [PATCH] comment --- application/Espo/Tools/Stream/Service.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/application/Espo/Tools/Stream/Service.php b/application/Espo/Tools/Stream/Service.php index caed1ba5f8..3860b1a1ce 100644 --- a/application/Espo/Tools/Stream/Service.php +++ b/application/Espo/Tools/Stream/Service.php @@ -1257,6 +1257,8 @@ class Service * * When users or teams of `related` or `parent` record are changed * the note record will be changed too. + * + * @todo Job to process the rest, after the last ID. */ public function processNoteAcl(Entity $entity, bool $forceProcessNoteNotifications = false): void {