Commit Graph
58297 Commits
Author SHA1 Message Date
tianshujie c2c4a27eba * Refactor getExecutionTaskPairs method of task module. 2023-05-29 16:13:21 +08:00
tianshujie 9205f024bd * Modify the method of set projectID. 2023-05-29 16:13:21 +08:00
tianshujie 2d58c10445 \# Delete the test case of an abandoned function. 2023-05-29 16:13:21 +08:00
wangyuting fca0f6966c * Adjust batchOperate from zen to control. 2023-05-29 16:10:00 +08:00
liumengyi 09b4753a62 * Refactor bugModel-getPlanBugs. 2023-05-29 16:02:00 +08:00
liumengyi 7e60f16d27 * Refactor bugModel-getActiveBugs. 2023-05-29 16:01:25 +08:00
wangyuting 014e2940e0 * Optimize bug batchResolve function. 2023-05-29 15:59:38 +08:00
chentao 27346e85b1 * Fix incorrect param type of product track page entry function. 2023-05-29 15:56:09 +08:00
chentao 35ce08faa1 * Fix incorrect data fields mapping and change releated testing script for the getStatByID function of productModel class. 2023-05-29 15:56:09 +08:00
sunguangming 9c692e6866 * Remove unused code. 2023-05-29 15:43:02 +08:00
caoyanyi f6ee7accc6 + Add task list page actions. 2023-05-29 15:31:26 +08:00
caoyanyi c4eeeccace * Change page display style. 2023-05-29 15:31:09 +08:00
caoyanyi e52ea4f7d4 * Change page display style. 2023-05-29 15:30:46 +08:00
wangyuting 0b60f3fa3f * Optimize bug batchChangePlan function. 2023-05-29 15:28:06 +08:00
sunguangming 55ca43f097 * Fix errors of sonar. 2023-05-29 15:08:47 +08:00
sunguangming fe0787fbfe * Modify var name. 2023-05-29 15:02:37 +08:00
dingguodong cabb92d705 * Use functions in productTao with a explicit invocation. 2023-05-29 15:01:40 +08:00
dingguodong 40edf79590 + Add the var declare for '$app'. 2023-05-29 15:01:40 +08:00
tianshujie c267ba80c5 * Refactor getTasksByModule method of task module. 2023-05-29 15:01:24 +08:00
dingyongliang dd542a5562 * zin: refactor inherit. 2023-05-29 14:58:01 +08:00
dingyongliang 7aeae72667 * zin: refactor section and sectionlist. 2023-05-29 14:58:01 +08:00
sunguangming 22b889a7f9 * Merge code. 2023-05-29 14:57:06 +08:00
sunguangming 26fe3a2585 * Change form to ajax-form. 2023-05-29 14:57:06 +08:00
sunguangming 148c2a330a * Split method from control to zen. 2023-05-29 14:57:06 +08:00
sunguangming c635bcb469 * Merge code. 2023-05-29 14:57:06 +08:00
sunguangming ee99f613a5 * Refactor task-model recordworkhour method. 2023-05-29 14:57:06 +08:00
sunguangming 01f300cbcc * Refactor task-control recordworkhour method. 2023-05-29 14:57:06 +08:00
sunguangming 7ec8f242f5 * Merge code. 2023-05-29 14:57:06 +08:00
sunguangming 4803d1290a * Refactor task recordworkhour. 2023-05-29 14:57:06 +08:00
daitingting c4421b1305 * Refactor ajaxLoadAssignedTo function. 2023-05-29 06:56:30 +00:00
daitingting efbce9816f * Refactor ajaxLoadAllUsers function. 2023-05-29 06:49:39 +00:00
wangyuting a06a557a94 * Optimize bug batchCreate function. 2023-05-29 14:48:11 +08:00
liugang 40556d2b89 - bug: the locate method will terminate the program and do not need be returned. 2023-05-29 14:45:30 +08:00
daitingting e8cf1d365e * Delete useless codes. 2023-05-29 06:37:05 +00:00
liumengyi 3bdf591205 * Rename xxIDList to xxIdList in bug model.php. 2023-05-29 14:26:19 +08:00
liumengyi fdf7d5c402 * Rename bugIDList to bugIdList in bug model.php. 2023-05-29 14:23:06 +08:00
dingyongliang f9900c162d * zin: add className for tabs. 2023-05-29 14:21:59 +08:00
dingguodong ba45191d96 + Add a "case default" clause to this "switch" statement. 2023-05-29 14:21:26 +08:00
dingguodong 19db209cd2 * Remove unused variables and the same the block for the case. 2023-05-29 14:21:26 +08:00
daitingting 17bc4908d8 * Refactore ajaxGetDropMenu function. 2023-05-29 06:15:25 +00:00
tianshujie bed196bb2f * Modify the return type of a function. 2023-05-29 14:14:37 +08:00
tianshujie 05c5f02bad * Refactor getProjectID method of task module. 2023-05-29 14:10:49 +08:00
dingyongliang f40bc29b96 * zin: refactor tableData. 2023-05-29 14:03:19 +08:00
dingguodong 7ea5ae90a6 * Remove unused variables. 2023-05-29 14:01:32 +08:00
wangyuting 8abdaf2bf2 * Optimize bug delete function. 2023-05-29 13:41:10 +08:00
dingguodong fd35ffaa05 * Immediately return this expression instead of assigning it to the temporary variable. 2023-05-29 13:29:20 +08:00
dingguodong 6e74ffd2ed * Immediately return this expression instead of assigning it to the temporary variable. 2023-05-29 13:29:20 +08:00
dingguodong be11b4cf4d - Remove the unused function parameter "$number". 2023-05-29 13:29:20 +08:00
liumengyi 9e4e3f9a2e * Refactor bugModel-createBugFromGitlabIssue and modify unit test. 2023-05-29 13:20:02 +08:00
朱金勇 f390fe7bd4 * Fix ambiguity of if. 2023-05-29 05:18:23 +00:00