From 8508bde4eb8d79afacc6e5f8892a2162e88ffd23 Mon Sep 17 00:00:00 2001 From: Yurii Date: Tue, 10 Mar 2026 15:12:28 +0200 Subject: [PATCH] fix pinned --- application/Espo/Tools/Stream/RecordService.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/Espo/Tools/Stream/RecordService.php b/application/Espo/Tools/Stream/RecordService.php index 3be53597e8..90ac43ce04 100644 --- a/application/Espo/Tools/Stream/RecordService.php +++ b/application/Espo/Tools/Stream/RecordService.php @@ -141,7 +141,7 @@ class RecordService ]; if ($this->user->isPortal()) { - $where[] = ['isInternal' => true]; + $where[] = ['isInternal' => false]; } $this->applyPortalAccess($builder, $where);