* [bug#67468,done,0.1h] remove unused type for todo.
This commit is contained in:
@@ -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']);
|
||||
|
||||
@@ -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']);
|
||||
|
||||
@@ -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']);
|
||||
|
||||
Reference in New Issue
Block a user