Commit Graph
4318 Commits
Author SHA1 Message Date
zenggang febeab3be4 * Bug ajaxGetProjectTeamMembers 2023-05-26 07:29:19 +00:00
liumengyi 0a4922161e * Fix error of undefined variables in bug-assignTo. 2023-05-26 14:37:40 +08:00
liumengyi 9a37846503 * Fix error for bug-resolve, and move checkRequiredForResolve from tao.php to zen.php. 2023-05-26 14:31:56 +08:00
zenggang a6b49e9e68 * Bug batchResolve ajaxLoadExecutionTeamMembers method 2023-05-26 06:13:07 +00:00
wangyuting 6a8d595adb * Fix use of uninitialized value bug. 2023-05-26 14:10:33 +08:00
wangyuting dafbcedc86 * Optimize bug resolve function. 2023-05-26 13:58:06 +08:00
wangyuting c20b492b8a * Fix return value error of bug confirm function. 2023-05-26 11:20:04 +08:00
wangyuting 1cb55567e5 * Optimize bug confirm function. 2023-05-26 11:15:42 +08:00
wangyuting 8a60290816 * Optimize bug assign function. 2023-05-26 10:37:04 +08:00
liumengyi c51fa64fe9 * Fix error for getting data in not-batch view. 2023-05-26 10:20:16 +08:00
wangyuting 8eaf9e2d25 * Optimize bug edit function. 2023-05-26 09:24:30 +08:00
liumengyi 4a25ff2654 * Refactor bug-ajaxGetUserBugs. 2023-05-26 08:55:34 +08:00
liumengyi 7b70fa5952 * Optimize code for bugModel-checkBugsForBatchCreate, and modify unit test. 2023-05-25 17:06:24 +08:00
liumengyi 9304c1bc74 * Fix error for required in bug-batchCreate. 2023-05-25 16:41:42 +08:00
wangyuting 7e9d74c013 * Optimized the code for the bug create function. 2023-05-25 16:30:15 +08:00
wangyuting 1bdf0bd063 * Optimize the view params of browse and view page. 2023-05-25 15:53:59 +08:00
daitingting 2f460683ce * Refactore getDataOfBugsPerAssignedTo test. 2023-05-25 07:43:40 +00:00
liugang 48d98496ca * bugModel: the activatedCount property's value of the old bug should not be changed. 2023-05-25 15:39:36 +08:00
daitingting 8f75261ba3 * Refactor getDataOfBugsPerType test. 2023-05-25 07:28:47 +00:00
wangyuting e2d6dc3679 * Adjusting the function order of the control. 2023-05-25 15:11:58 +08:00
wangyuting 266e0a1c2a * Adjust confirm function to below edit function. 2023-05-25 15:06:47 +08:00
wangyuting 3966ae309b * Adjust create function and edit function to below view function. 2023-05-25 15:05:36 +08:00
wangyuting 1bc18cf96b * Adjust view function to below browse function. 2023-05-25 15:04:05 +08:00
liumengyi 3ac448eaa3 * Refactor bug-batchCreate js, and get options throught ajax request. 2023-05-25 14:53:01 +08:00
daitingting 85f0721121 * Refactor getDataOfBugsPerActivatedCount test. 2023-05-25 06:46:43 +00:00
wangyuting 0989b4a93f * Complete batch close of bug. 2023-05-25 14:41:26 +08:00
daitingting 1fc8e1d2d4 * Refactor getDataOfBugsPerPri test. 2023-05-25 06:33:21 +00:00
daitingting 7ec23418c9 * Refactor getDataOfBugsPerStatus test. 2023-05-25 06:29:49 +00:00
daitingting 37720493b5 * Refactor getDataOfBugsPerResolution test. 2023-05-25 06:18:33 +00:00
daitingting c64676e956 * Refactor getDataOfBugsPerSeverity test. 2023-05-25 06:03:26 +00:00
wangyuting 2fab946787 * Complete batch confirme of bug. 2023-05-25 13:50:36 +08:00
zhouxin 77a2da90d9 * Batch modify quote for unit test. 2023-05-25 13:43:27 +08:00
daitingting 0a3a7fd352 * Refactor getDataOfClosedBugsPerUser test. 2023-05-25 05:37:27 +00:00
daitingting b9c65dc5b7 * Refactor getDataOfResolvedBugsPerUser test. 2023-05-25 05:32:46 +00:00
daitingting 57ce848a6b * Refactor these tests. 2023-05-25 05:16:56 +00:00
wangyuting 0318a6e22a * Complete batch change module of bug. 2023-05-25 11:25:29 +08:00
daitingting f573fc76da * Refactor getDataOfClosedBugsPerDayTest. 2023-05-25 03:15:26 +00:00
daitingting 9abc2dcd98 * Refactor getDataOfResolvedBugsPerDayTest. 2023-05-25 02:48:51 +00:00
daitingting 623f2b57f9 * Refactor getDataOfOpenedBugsPerDayTest. 2023-05-25 02:37:36 +00:00
wangyuting bbe350564a * Finish batch asssign of bug. 2023-05-25 10:29:24 +08:00
daitingting 311e8a7e2e * Refactor them. 2023-05-25 01:31:08 +00:00
liumengyi 69a36606cb * Optimize js code for bug-batchCreate, and fix bug for it. 2023-05-25 09:18:04 +08:00
wangyuting c91a0d8a00 * Add a dropdown for batch change branches. 2023-05-25 09:16:38 +08:00
sunhao d34510d3ca * support to locate to batch edit page on click btn in dtable. 2023-05-24 18:12:43 +08:00
zenggang 2075ec21e6 * Bug batchResolve 2023-05-24 09:46:08 +00:00
wangyuting 2cc5d2636b * Improve the batch actions for bug browse pag. 2023-05-24 17:29:34 +08:00
daitingting 857546c178 * Refactore getDataOfBugsPerModule function. 2023-05-24 09:12:29 +00:00
wangyuting 4565691eae * Improve the batch actions for bug browse page. 2023-05-24 16:54:00 +08:00
liumengyi 4817edc12a * Fix bug with one more parameter. 2023-05-24 16:52:42 +08:00
sunhao 99d3a2b42d * remove unused code. 2023-05-24 16:20:57 +08:00