mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-23 02:28:44 +02:00
#162 Implemented the non interactive bulk load (REST, CLI not implemented)
SVN:trunk[818]
This commit is contained in:
@@ -145,7 +145,7 @@ class BenchmarkDataCreation
|
||||
$oMyObject->Set($sProp, $value);
|
||||
}
|
||||
|
||||
$iId = $oMyObject->DBInsertTrackedNoReload($this->m_oChange);
|
||||
$iId = $oMyObject->DBInsertTrackedNoReload($this->m_oChange, true /* skip security */);
|
||||
|
||||
$sClassId = "$sClass ($sClassDesc)";
|
||||
$this->m_aCreatedByDesc[$sClassId][] = $iId;
|
||||
|
||||
Reference in New Issue
Block a user