* code for task #7302.

This commit is contained in:
z
2020-07-06 09:08:09 +08:00
parent 7e53e5a034
commit 9b80f4d9de
17 changed files with 95 additions and 62 deletions
+2 -3
View File
@@ -1,8 +1,7 @@
<?php
$config->bug = new stdClass();
$config->bug->batchCreate = 10;
$config->bug->longlife = 7;
$config->bug->selectFields = 'module,project,openedBuild,resolution,pri,severity,type,story,task,os,browser,plan,assignedTo,resolvedBuild';
$config->bug->batchCreate = 10;
$config->bug->longlife = 7;
$config->bug->create = new stdclass();
$config->bug->edit = new stdclass();