This commit is contained in:
tianshujie
2023-12-16 10:31:13 +08:00
parent 1c6f1a1c31
commit 2c3e43ea67
+1 -1
View File
@@ -63,7 +63,7 @@ $fnGenerateCols = function() use ($config, $project)
if(!$this->cookie->showTask)
{
$fieldList['name']['type'] = 'title';
unset($fieldList['name']['nestedToggle']);
if(!in_array($project->model, array('waterfall', 'waterfallplus'))) unset($fieldList['name']['nestedToggle']);
}
return array_values($fieldList);