From 0bff4d85fda495058a7407d4c5037a2ae37b2ea3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9B=B9=E5=BB=B6=E4=B9=89?= Date: Mon, 10 Oct 2022 15:49:57 +0800 Subject: [PATCH] * Fix bug #28360. --- module/execution/model.php | 3 ++- module/project/view/execution.html.php | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/module/execution/model.php b/module/execution/model.php index 8259a1d99c..d875608a9f 100644 --- a/module/execution/model.php +++ b/module/execution/model.php @@ -4603,7 +4603,8 @@ class executionModel extends model $burns = join(',', $execution->burns); echo ""; - echo "id class='table-nest-icon icon table-nest-toggle'>"; + echo ""; + if(common::hasPriv('execution', 'batchEdit')) echo "id class='table-nest-icon icon table-nest-toggle'>"; if($this->config->systemMode == 'new') { $spanClass = $execution->type == 'stage' ? 'label-warning' : 'label-info'; diff --git a/module/project/view/execution.html.php b/module/project/view/execution.html.php index 83cadad0be..d03ea41401 100644 --- a/module/project/view/execution.html.php +++ b/module/project/view/execution.html.php @@ -72,7 +72,7 @@ - + nameAB;?>