mirror of
https://github.com/Combodo/iTop.git
synced 2026-02-13 15:34:12 +01: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;
|
||||
}
|
||||
|
||||
protected function Reload()
|
||||
public function Reload()
|
||||
{
|
||||
assert($this->m_bIsInDB);
|
||||
$aRow = MetaModel::MakeSingleRow(get_class($this), $this->m_iKey, false/*, $this->m_bAllowAllData*/);
|
||||
|
||||
Reference in New Issue
Block a user