fix pinned

This commit is contained in:
Yurii
2026-03-10 15:12:28 +02:00
parent b398004040
commit 8508bde4eb
@@ -141,7 +141,7 @@ class RecordService
]; ];
if ($this->user->isPortal()) { if ($this->user->isPortal()) {
$where[] = ['isInternal' => true]; $where[] = ['isInternal' => false];
} }
$this->applyPortalAccess($builder, $where); $this->applyPortalAccess($builder, $where);