#1235 Internal: DBObject API - external fields not up to date after changing the external key (though they seem to be in sync when inspecting the internal values, Get() does not return the expected value).

SVN:trunk[4165]
This commit is contained in:
Romain Quetiez
2016-06-01 14:13:20 +00:00
parent df466faddf
commit 1fb346da67

View File

@@ -383,6 +383,7 @@ abstract class DBObject implements iDisplay
if (($oDef->IsExternalField() || ($oDef instanceof AttributeFriendlyName)) && ($oDef->GetKeyAttCode() == $sAttCode))
{
$this->m_aCurrValues[$sCode] = $value->Get($oDef->GetExtAttCode());
$this->m_aLoadedAtt[$sCode] = true;
}
}
}