N°3464: move fix in itop-fence + fix/enhance rest api test

This commit is contained in:
odain
2020-12-07 00:44:39 +01:00
parent 0019595923
commit 57a085eec1
3 changed files with 70 additions and 18 deletions

View File

@@ -1345,11 +1345,6 @@ class RestUtils
{
$sComment = self::GetMandatoryParam($oData, 'comment');
CMDBObject::SetTrackInfo($sComment);
/** @var \CMDBChange $oChange */
$oChange = CMDBObject::GetCurrentChange();
$oChange->Set("userinfo", $sComment);
$oChange->DBUpdate();
}
/**