From 14a12dab611e0793436712e575f1e31ea3f35297 Mon Sep 17 00:00:00 2001 From: sunhao Date: Wed, 14 May 2025 20:44:36 +0800 Subject: [PATCH] * [misc] fix custom pri list not work in execution case list. --- module/execution/ui/testcase.html.php | 1 + 1 file changed, 1 insertion(+) diff --git a/module/execution/ui/testcase.html.php b/module/execution/ui/testcase.html.php index bf0a0db3dd..a63806e212 100644 --- a/module/execution/ui/testcase.html.php +++ b/module/execution/ui/testcase.html.php @@ -89,6 +89,7 @@ foreach($cases as $case) $cols = $this->loadModel('datatable')->getSetting('execution', 'testcase'); $cols['id']['name'] = $cols['id']['type'] = 'id'; +if(isset($cols['pri'])) $cols['pri']['priList'] = $lang->testcase->priList; dtable (