* Finish task #5546.

This commit is contained in:
Yagami
2019-05-29 09:55:05 +08:00
parent e29b7d93d2
commit 7fd493a1c3
7 changed files with 8 additions and 2 deletions
+1
View File
@@ -128,6 +128,7 @@ js::set('oldResolvedBuild' , $bug->resolvedBuild);
* Remove designchange, newfeature, trackings from the typeList, because should be tracked in story or task.
* These thress types if upgrade from bugfree2.x.
*/
if($bug->type != 'interface') unset($lang->bug->typeList['interface']);
if($bug->type != 'designchange') unset($lang->bug->typeList['designchange']);
if($bug->type != 'newfeature') unset($lang->bug->typeList['newfeature']);
if($bug->type != 'trackthings') unset($lang->bug->typeList['trackthings']);