This commit is contained in:
Yagami
2019-04-04 14:15:52 +08:00
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -158,7 +158,7 @@ class story extends control
/* Init vars. */
$source = '';
$sourceNote = '';
$pri = 0;
$pri = 3;
$estimate = '';
$title = '';
$spec = '';
+1 -1
View File
@@ -257,7 +257,7 @@ class testcase extends control
/* Init vars. */
$type = 'feature';
$stage = '';
$pri = 0;
$pri = 3;
$caseTitle = '';
$precondition = '';
$keywords = '';