* [bug#67468,done,0.1h] remove unused type for todo.

This commit is contained in:
tianshujie
2025-11-25 11:33:15 +08:00
parent 7c5167c679
commit f8580fa0a8
4 changed files with 11 additions and 0 deletions
+3
View File
@@ -1,6 +1,7 @@
<?php
$lang->todo->typeList['task'] = 'Task';
if($this->config->visions == ',lite,') unset($lang->todo->typeList['feedback']);
unset($lang->todo->typeList['bug']);
unset($lang->todo->typeList['testtask']);
unset($lang->todo->typeList['review']);
@@ -8,3 +9,5 @@ unset($lang->todo->typeList['issue']);
unset($lang->todo->typeList['risk']);
unset($lang->todo->typeList['opportunity']);
unset($lang->todo->typeList['meeting']);
unset($lang->todo->typeList['epic']);
unset($lang->todo->typeList['requirement']);
+3
View File
@@ -1,6 +1,7 @@
<?php
$lang->todo->typeList['task'] = 'Task';
if($this->config->visions == ',lite,') unset($lang->todo->typeList['feedback']);
unset($lang->todo->typeList['bug']);
unset($lang->todo->typeList['testtask']);
unset($lang->todo->typeList['review']);
@@ -8,3 +9,5 @@ unset($lang->todo->typeList['issue']);
unset($lang->todo->typeList['risk']);
unset($lang->todo->typeList['opportunity']);
unset($lang->todo->typeList['meeting']);
unset($lang->todo->typeList['epic']);
unset($lang->todo->typeList['requirement']);
+3
View File
@@ -1,6 +1,7 @@
<?php
$lang->todo->typeList['task'] = 'Task';
if($this->config->visions == ',lite,') unset($lang->todo->typeList['feedback']);
unset($lang->todo->typeList['bug']);
unset($lang->todo->typeList['testtask']);
unset($lang->todo->typeList['review']);
@@ -8,3 +9,5 @@ unset($lang->todo->typeList['issue']);
unset($lang->todo->typeList['risk']);
unset($lang->todo->typeList['opportunity']);
unset($lang->todo->typeList['meeting']);
unset($lang->todo->typeList['epic']);
unset($lang->todo->typeList['requirement']);
@@ -9,3 +9,5 @@ unset($lang->todo->typeList['issue']);
unset($lang->todo->typeList['risk']);
unset($lang->todo->typeList['opportunity']);
unset($lang->todo->typeList['meeting']);
unset($lang->todo->typeList['epic']);
unset($lang->todo->typeList['requirement']);