* [task#140690,done,0.2h] hide projects in batchedit.

This commit is contained in:
sunguangming
2025-04-03 13:13:02 +08:00
committed by 刘刚
parent d1b18d18ec
commit c7fdbc4889
+1 -1
View File
@@ -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',