From fd46c9fd62707ccbd6cbc3758187469b00e97048 Mon Sep 17 00:00:00 2001 From: liuyongkai Date: Wed, 10 Aug 2022 09:15:36 +0000 Subject: [PATCH] * Fix bug of xiangmu --- module/execution/model.php | 1 - module/execution/view/edit.html.php | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/module/execution/model.php b/module/execution/model.php index f1269519ea..5c441b0f47 100644 --- a/module/execution/model.php +++ b/module/execution/model.php @@ -4369,7 +4369,6 @@ class executionModel extends model $spanClass = $execution->type == 'stage' ? 'label-warning' : 'label-info'; echo "{$this->lang->execution->typeList[$execution->type]} "; } - echo empty($execution->children) ? html::a(helper::createLink('execution', 'view', "executionID=$execution->id"), $execution->name) : $execution->name; if(empty($execution->children)) { echo html::a(helper::createLink('execution', 'view', "executionID=$execution->id"), $execution->name); diff --git a/module/execution/view/edit.html.php b/module/execution/view/edit.html.php index 5e388a542c..0221fb0919 100644 --- a/module/execution/view/edit.html.php +++ b/module/execution/view/edit.html.php @@ -23,6 +23,7 @@ arrow . ' ' . $lang->execution->edit;?> +
systemMode == 'new' and isset($project)):?>