From c4b3e8d18a04d9e1c0086002f9a88187d2da7a6a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=8E=8B=E6=80=A1=E6=A0=8B?= Date: Fri, 25 Nov 2022 15:57:52 +0800 Subject: [PATCH] * code for bug #devops. --- module/execution/model.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module/execution/model.php b/module/execution/model.php index ea5971e865..ed66a03b88 100755 --- a/module/execution/model.php +++ b/module/execution/model.php @@ -116,8 +116,8 @@ class executionModel extends model $stageFilter = array('request', 'design', 'review'); if(isset($execution->attribute) and in_array($execution->attribute, $stageFilter)) { - unset($this->lang->execution->menu->repo); unset($this->lang->execution->menu->story); + unset($this->lang->execution->menu->devops); unset($this->lang->execution->menu->qa); unset($this->lang->execution->menu->build); }