From 1b5ea8771e3fefaa6913527163c8a75350fd7948 Mon Sep 17 00:00:00 2001 From: sunguangming Date: Tue, 10 Jun 2025 07:21:25 +0000 Subject: [PATCH] * [task#144338,done,0.2h] fix bug. --- module/execution/ui/ajaxgetburn.html.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module/execution/ui/ajaxgetburn.html.php b/module/execution/ui/ajaxgetburn.html.php index 359d0f2056..084076b8e5 100644 --- a/module/execution/ui/ajaxgetburn.html.php +++ b/module/execution/ui/ajaxgetburn.html.php @@ -23,7 +23,7 @@ div $execution->name . $lang->execution->burn, set::title($execution->name . $lang->execution->burn) ), - common::hasPriv('execution', 'burn') ? btn + common::hasPriv('execution', 'burn') && empty($execution->isTpl) ? btn ( setClass('ghost text-gray'), set::url(createLink('execution', 'burn', "executionID={$execution->id}")),