Merge remote-tracking branch 'origin/support/3.2' into develop

This commit is contained in:
v-dumas
2026-03-30 14:31:02 +02:00
22 changed files with 465 additions and 347 deletions

View File

@@ -117,6 +117,7 @@ class NotificationsRepository
protected function PrepareSearchForNotificationsByContact(int $iContactId, array $aNotificationIds = []): DBSearch
{
$oSearch = DBObjectSearch::FromOQL("SELECT EventNotificationNewsroom WHERE contact_id = :contact_id");
$oSearch->AllowAllData();
$aParams = [
"contact_id" => $iContactId,
];