mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-23 18:48:51 +02:00
- fixed the display of the history log of the 'user' class (Trac #48), and more generally the history log of all classes not derived from logRealObject.
SVN:trunk[202]
This commit is contained in:
@@ -133,6 +133,7 @@ abstract class cmdbAbstractObject extends CMDBObject
|
||||
// history block (with toggle)
|
||||
$oHistoryFilter = new DBObjectSearch('CMDBChangeOpSetAttribute');
|
||||
$oHistoryFilter->AddCondition('objkey', $this->GetKey());
|
||||
$oHistoryFilter->AddCondition('objclass', get_class($this));
|
||||
$oBlock = new HistoryBlock($oHistoryFilter, 'toggle', false);
|
||||
$oBlock->Display($oPage, -1);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user