fix notification read

This commit is contained in:
Yuri Kuznetsov
2025-12-06 10:43:26 +02:00
parent 83439e5384
commit 1f251eecb3
@@ -121,7 +121,11 @@ class RecordService
$ids = [];
$actionIds = [];
foreach ($collection as $entity) {
foreach ($collection as $i => $entity) {
if ($i === $limit) {
break;
}
$ids[] = $entity->getId();
$groupedCount = null;