* finish task #7277.

This commit is contained in:
z
2020-06-22 14:30:52 +08:00
parent 807fa3c58a
commit 3a391ea836
11 changed files with 21 additions and 10 deletions
+3 -2
View File
@@ -1,7 +1,8 @@
<?php
$config->bug = new stdClass();
$config->bug->batchCreate = 10;
$config->bug->longlife = 7;
$config->bug->batchCreate = 10;
$config->bug->longlife = 7;
$config->bug->selectFields = 'module,project,pri,severity,type,story,task,os,browser,plan,assignedTo,resolvedBuild';
$config->bug->create = new stdclass();
$config->bug->edit = new stdclass();