mirror of
https://github.com/Combodo/iTop.git
synced 2026-02-13 07:24:13 +01:00
- bug fix: external keys must be set - in case the object has to be created
SVN:trunk[346]
This commit is contained in:
@@ -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());
|
||||
|
||||
Reference in New Issue
Block a user