mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-23 10:38:45 +02:00
Merge remote-tracking branch 'origin/support/3.2' into develop
This commit is contained in:
4
js/jquery-ui-1.11.4.custom.min.js
vendored
4
js/jquery-ui-1.11.4.custom.min.js
vendored
@@ -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
|
||||
|
||||
@@ -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']);
|
||||
|
||||
Reference in New Issue
Block a user