mirror of
https://github.com/Combodo/iTop.git
synced 2026-03-05 17:14:20 +01:00
- Integrating...
SVN:trunk[336]
This commit is contained in:
@@ -428,13 +428,13 @@ class BulkChange
|
||||
$newID = $oTargetObj->DBInsertTrackedNoReload($oChange);
|
||||
$aResult[$iRow]["__STATUS__"] = new RowStatus_NewObj($this->m_sClass, $newID);
|
||||
$aResult[$iRow]["finalclass"] = get_class($oTargetObj);
|
||||
$aResult[$iRow]["id"] = CellStatus_Void($newID);
|
||||
$aResult[$iRow]["id"] = new CellStatus_Void($newID);
|
||||
}
|
||||
else
|
||||
{
|
||||
$aResult[$iRow]["__STATUS__"] = new RowStatus_NewObj();
|
||||
$aResult[$iRow]["finalclass"] = get_class($oTargetObj);
|
||||
$aResult[$iRow]["id"] = CellStatus_Void(0);
|
||||
$aResult[$iRow]["id"] = new CellStatus_Void(0);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -445,7 +445,7 @@ class BulkChange
|
||||
// Reporting
|
||||
//
|
||||
$aResult[$iRow]["finalclass"] = get_class($oTargetObj);
|
||||
$aResult[$iRow]["id"] = CellStatus_Void($aRowData[$iCol]);
|
||||
$aResult[$iRow]["id"] = new CellStatus_Void($oTargetObj->GetKey());
|
||||
|
||||
if (count($aErrors) > 0)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user