This commit is contained in:
tanghucheng
2023-09-25 02:27:29 -04:00
parent a4cf68dc22
commit ea41c2f00b
+1 -1
View File
@@ -5362,7 +5362,7 @@ class executionModel extends model
$title = '';
$disabled = '';
$this->app->loadLang('stage');
if($project and $project->model == 'ipd' and !$isChild)
if($project and $project->model == 'ipd')
{
$title = $execution->ipdStage['canStart'] ? '' : sprintf($this->lang->execution->disabledTip->startTip, $this->lang->stage->ipdTypeList[$execution->ipdStage['preAttribute']], $this->lang->stage->ipdTypeList[$execution->attribute]);
$disabled = $execution->ipdStage['canStart'] ? '' : 'disabled';