mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-24 11:08:45 +02:00
- Reload the object after applying a stimulus, in case an action has an effect on an external field...
SVN:trunk[1667]
This commit is contained in:
@@ -153,7 +153,7 @@ abstract class DBObject
|
|||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
protected function Reload()
|
public function Reload()
|
||||||
{
|
{
|
||||||
assert($this->m_bIsInDB);
|
assert($this->m_bIsInDB);
|
||||||
$aRow = MetaModel::MakeSingleRow(get_class($this), $this->m_iKey, false/*, $this->m_bAllowAllData*/);
|
$aRow = MetaModel::MakeSingleRow(get_class($this), $this->m_iKey, false/*, $this->m_bAllowAllData*/);
|
||||||
|
|||||||
Reference in New Issue
Block a user