- bug fix: external keys must be set - in case the object has to be created

SVN:trunk[346]
This commit is contained in:
Denis Flaven
2010-04-20 08:46:03 +00:00
parent 7b72cb8ee2
commit 23ee727fc5

View File

@@ -252,7 +252,7 @@ class BulkChange
foreach($this->m_aExtKeys as $sAttCode => $aKeyConfig)
{
// Skip external keys used for the reconciliation process
if (!array_key_exists($sAttCode, $this->m_aAttList)) continue;
// if (!array_key_exists($sAttCode, $this->m_aAttList)) continue;
$oExtKey = MetaModel::GetAttributeDef(get_class($oTargetObj), $sAttCode);
$oReconFilter = new CMDBSearchFilter($oExtKey->GetTargetClass());