* Set default pri for story and testcase.

This commit is contained in:
chenfei
2019-04-04 11:53:59 +08:00
parent 99e32fec3b
commit 7cfd358cd8
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 = '';