mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-20 17:18:51 +02:00
Cleanup: obsolescence of "key_label" property on persistent classes
SVN:trunk[473]
This commit is contained in:
@@ -320,8 +320,11 @@ abstract class DBObject
|
||||
return;
|
||||
}
|
||||
}
|
||||
$this->m_aCurrValues[$sAttCode] = $oAttDef->MakeRealValue($value);
|
||||
$this->RegisterAsDirty(); // Make sure we do not reload it anymore... before saving it
|
||||
if ($oAttDef->CheckValue($value))
|
||||
{
|
||||
$this->m_aCurrValues[$sAttCode] = $oAttDef->MakeRealValue($value);
|
||||
$this->RegisterAsDirty(); // Make sure we do not reload it anymore... before saving it
|
||||
}
|
||||
}
|
||||
|
||||
public function Get($sAttCode)
|
||||
|
||||
Reference in New Issue
Block a user