* Finish task #70482.

This commit is contained in:
tianshujie
2022-09-28 15:10:49 +08:00
parent 389397ef92
commit 51fb885b08
4 changed files with 21 additions and 16 deletions
+1
View File
@@ -54,6 +54,7 @@ $canBatchEdit = common::hasPriv('project', 'batchEdit');
foreach($setting as $value)
{
if($value->id == 'projectStatus' and $browseType !== 'all') $value->show = false;
if($value->id == 'status' and strpos('all,undone', $browseType) === false) $value->show = false;
if($value->show) $this->datatable->printHead($value, $orderBy, $vars, $canBatchEdit);
}
?>