* [task#130797,done,0.2h] hide workflow group when disbaled.

This commit is contained in:
sunguangming
2024-10-28 13:31:44 +08:00
committed by 王怡栋
parent 1d28986c0f
commit 7c6fca1dd2
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -192,7 +192,7 @@ div
icon('lane', setClass('pr-1')),
$product->lineName
) : null,
$config->edition != 'open' && $product->workflowGroup ? div
$config->edition != 'open' && $product->workflowGroup && isset($workflowGroups[$product->workflowGroup]) ? div
(
setClass('clip w-1/3'),
set::title($lang->product->workflowGroup),
+1 -1
View File
@@ -277,7 +277,7 @@ row
(
setClass('flex mt-4 program'),
$programDom ? div(setClass('clip programBox w-1/2'), $programDom) : null,
$config->edition != 'open' && $project->workflowGroup ? div
$config->edition != 'open' && $project->workflowGroup && isset($workflowGroups[$project->workflowGroup]) ? div
(
setClass('clip w-1/2'),
set::title($lang->project->workflowGroup),