Merge branch 'master' of https://github.com/easysoft/zentaopms
This commit is contained in:
@@ -158,7 +158,7 @@ class story extends control
|
||||
/* Init vars. */
|
||||
$source = '';
|
||||
$sourceNote = '';
|
||||
$pri = 0;
|
||||
$pri = 3;
|
||||
$estimate = '';
|
||||
$title = '';
|
||||
$spec = '';
|
||||
|
||||
@@ -257,7 +257,7 @@ class testcase extends control
|
||||
/* Init vars. */
|
||||
$type = 'feature';
|
||||
$stage = '';
|
||||
$pri = 0;
|
||||
$pri = 3;
|
||||
$caseTitle = '';
|
||||
$precondition = '';
|
||||
$keywords = '';
|
||||
|
||||
Reference in New Issue
Block a user