* Modify tag name.

This commit is contained in:
caoyanyi
2023-02-23 16:31:25 +08:00
parent 2f3aae9281
commit fcebbfcc57
7 changed files with 17 additions and 17 deletions
+1 -1
View File
@@ -241,7 +241,7 @@ $config->dev->postParams['testcase']['create']['expect'] = 'string';
$config->dev->postParams['testcase']['create']['mailto'] = 'string';
$config->dev->postParams['testcase']['create']['keywords'] = 'string';
$config->dev->navTypes = array('second', 'third', 'feature');
$config->dev->navTypes = array('second', 'third', 'tag');
$config->disableFeature = array();
if(!helper::hasFeature('waterfall')) $config->disableFeature = array('design', 'stage', 'programplan', 'weekly', 'researchplan', 'researchreport', 'gapanalysis');