N°7777 - Click on tab "Last executions" during action creation crashs the form

This commit is contained in:
Eric Espie
2024-12-02 17:12:32 +01:00
parent 5a49fc7654
commit e057c0f081

View File

@@ -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);
}
}