* [task#140690,done,0.2h] hide projects in batchedit.
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user