mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-24 02:58:43 +02:00
N°9100 - CSVImport: during creation test on hierarchicalKey don't work as expected
This commit is contained in:
@@ -550,6 +550,8 @@ class BulkChange
|
||||
// if (!array_key_exists($sAttCode, $this->m_aAttList)) continue;
|
||||
|
||||
$oExtKey = MetaModel::GetAttributeDef(get_class($oTargetObj), $sAttCode);
|
||||
//remove any loaded value to avoid problems with data already in memory due to previous operations
|
||||
$oExtKey->RemoveLoaded();
|
||||
|
||||
if ($this->IsNullExternalKeySpec($aRowData, $sAttCode)) {
|
||||
foreach ($aReconKeys as $sReconKeyAttCode => $iCol) {
|
||||
|
||||
Reference in New Issue
Block a user