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

This commit is contained in:
Pierre Goiffon
2024-02-28 16:44:29 +01:00
2 changed files with 4 additions and 2 deletions

View File

@@ -1,4 +1,6 @@
//@deperecated since 3.0 use jquery-ui.custom.min.js
/**
* @deprecated since 3.0 use jquery-ui.custom.min.js
*/
/*! jQuery UI - v1.11.4 - 2018-02-20
* http://jqueryui.com

View File

@@ -363,7 +363,7 @@ JS
// Search for all notifications for the current user
$oSearch = DBObjectSearch::FromOQL('SELECT EventiTopNotification');
$oSearch->AddCondition('contact_id', UserRights::GetContactId(), '=');
$oSet = new DBObjectSet($oSearch, array('read' => true, 'date' => true), array());
$oSet = new DBObjectSet($oSearch, array('read' => true, 'date' => false), array());
// Add main content block
$oMainContentBlock = new UIContentBlock(null, ['ibo-notifications--view-all--container']);