From c7fdbc48890454f4d82885dfaf2cdf37a9db6cfc Mon Sep 17 00:00:00 2001 From: sunguangming Date: Thu, 3 Apr 2025 05:02:07 +0000 Subject: [PATCH] * [task#140690,done,0.2h] hide projects in batchedit. --- module/execution/ui/batchedit.html.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module/execution/ui/batchedit.html.php b/module/execution/ui/batchedit.html.php index daedc79217..fbded4bd6f 100644 --- a/module/execution/ui/batchedit.html.php +++ b/module/execution/ui/batchedit.html.php @@ -33,7 +33,7 @@ $items[] = array 'control' => 'index', 'width' => '38px' ); -if(isset($project) && $project->model == 'scrum') $items[] = array +if(isset($project) && $project->model == 'scrum' && $project->hasProduct) $items[] = array ( 'label' => $lang->execution->projectName, 'control' => 'picker',