diff --git a/core/action.class.inc.php b/core/action.class.inc.php index 524d6a59f..8adc62c6d 100644 --- a/core/action.class.inc.php +++ b/core/action.class.inc.php @@ -181,7 +181,7 @@ abstract class Action extends cmdbAbstractObject { parent::DisplayBareRelations($oPage, false); - if ($oPage instanceof iTopWebPage) { + if ($oPage instanceof iTopWebPage && !$this->IsNew()) { $this->GenerateLastExecutionsTab($oPage, $bEditMode); } }