mirror of
https://github.com/Combodo/iTop.git
synced 2026-05-20 07:42:17 +02:00
N°4417 - Fix portal user not seeing support agent avatar on caselog in portal
This commit is contained in:
@@ -1877,6 +1877,7 @@ class UserRights
|
|||||||
assert(false); // should never happen
|
assert(false); // should never happen
|
||||||
}
|
}
|
||||||
$oSearch = DBObjectSearch::FromOQL("SELECT $sBaseClass WHERE login = :login");
|
$oSearch = DBObjectSearch::FromOQL("SELECT $sBaseClass WHERE login = :login");
|
||||||
|
$oSearch->AllowAllData();
|
||||||
if (!$bAllowDisabledUsers)
|
if (!$bAllowDisabledUsers)
|
||||||
{
|
{
|
||||||
$oSearch->AddCondition('status', 'enabled');
|
$oSearch->AddCondition('status', 'enabled');
|
||||||
|
|||||||
Reference in New Issue
Block a user