mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-24 02:58:43 +02:00
N°5135 - Impersonate: history of changes versus log entries - Fix typo
This commit is contained in:
@@ -4589,7 +4589,7 @@ class AttributeCaseLog extends AttributeLongText
|
|||||||
{
|
{
|
||||||
//N°5135 - add impersonation information in caselog
|
//N°5135 - add impersonation information in caselog
|
||||||
if (UserRights::IsImpersonated()){
|
if (UserRights::IsImpersonated()){
|
||||||
$sOnBehalfOf = $sUserString = Dict::Format('UI:Archive_User_OnBehalfOf_User', UserRights::GetRealUserFriendlyName(), UserRights::GetUserFriendlyName());
|
$sOnBehalfOf = Dict::Format('UI:Archive_User_OnBehalfOf_User', UserRights::GetRealUserFriendlyName(), UserRights::GetUserFriendlyName());
|
||||||
$oCaseLog->AddLogEntry($proposedValue, $sOnBehalfOf, UserRights::GetConnectedUserId());
|
$oCaseLog->AddLogEntry($proposedValue, $sOnBehalfOf, UserRights::GetConnectedUserId());
|
||||||
} else {
|
} else {
|
||||||
$oCaseLog->AddLogEntry($proposedValue);
|
$oCaseLog->AddLogEntry($proposedValue);
|
||||||
|
|||||||
Reference in New Issue
Block a user