* Fix bug #38496.
This commit is contained in:
@@ -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';
|
||||
|
||||
Reference in New Issue
Block a user