notification grouping

This commit is contained in:
Yuri Kuznetsov
2025-07-01 15:44:21 +03:00
parent 15de70c8f7
commit 63ad1510e3
14 changed files with 526 additions and 44 deletions
@@ -79,9 +79,7 @@ class Notification extends RecordBase
}
$userId = $this->user->getId();
$recordCollection = $this->getNotificationService()->get($userId, $searchParams);
$recordCollection = $this->getNotificationService()->get($this->user, $searchParams);
return $recordCollection->toApiOutput();
}