mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-21 17:48:43 +02:00
- bug fix: history log was not saved when doing a bulk import.
SVN:trunk[351]
This commit is contained in:
@@ -294,7 +294,8 @@ function ProcessCSVData(WebPage $oPage, UserContext $oContext, $bSimulate = true
|
||||
{
|
||||
$sUserString = UserRights::GetUser();
|
||||
}
|
||||
$oMyChange->Set("userinfo", $sUserString);
|
||||
$oMyChange->Set("userinfo", $sUserString);
|
||||
$iChangeId = $oMyChange->DBInsert();
|
||||
}
|
||||
|
||||
$oBulk = new BulkChange(
|
||||
|
||||
Reference in New Issue
Block a user