From 23ee727fc5008f3c45d6bd6b0b11f5e5bbd9e277 Mon Sep 17 00:00:00 2001 From: Denis Flaven Date: Tue, 20 Apr 2010 08:46:03 +0000 Subject: [PATCH] - bug fix: external keys must be set - in case the object has to be created SVN:trunk[346] --- core/bulkchange.class.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/bulkchange.class.inc.php b/core/bulkchange.class.inc.php index 696d5dad6..c063a9bd1 100644 --- a/core/bulkchange.class.inc.php +++ b/core/bulkchange.class.inc.php @@ -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());