Commit Graph
1067 Commits
Author SHA1 Message Date
daitingting 4038332f29 * Move mergeChartOption function. 2023-05-23 06:28:37 +00:00
daitingting bd2e63be7b * Refactore report function. 2023-05-23 06:10:34 +00:00
liumengyi b85a7ac8c4 * Add build data functions for batch edit bugs. 2023-05-23 10:10:03 +08:00
liumengyi 9ae5fa1361 * Fix error for batch create bugs. 2023-05-23 09:26:56 +08:00
wangyuting b315f0104e * Adjust block method params type. 2023-05-23 09:09:01 +08:00
zenggang 80ee36948e * Bug batchChangePlan batchChangeBranch method. 2023-05-22 09:26:41 +00:00
liumengyi 197701a55d * Rename the function of assignCreateVars to assignBatchCreateVars. 2023-05-22 17:07:39 +08:00
daitingting dd4c3c1a34 * Refactor getBugs2Link function. 2023-05-22 08:02:25 +00:00
liugang b58cda66db - Remove unused code: $this->view->position. 2023-05-22 14:43:26 +08:00
liugang f3e9bbfe3a * bug: call the getBaseInfo method instead of the getByID method. 2023-05-22 14:33:14 +08:00
liugang da73597e8b * bug: return error message if bug doesn't exist. 2023-05-22 14:32:25 +08:00
liumengyi b3fa9b6a46 * Add comments of bug-batchEdit. 2023-05-22 13:09:17 +08:00
daitingting 5d116c0cf8 * Refactor linkBugs function. 2023-05-22 02:39:27 +00:00
liugang 8bf5a4760b * bug: fix redirect error after activate a bug. 2023-05-22 09:57:52 +08:00
liugang 4ac8ab6a49 * bug: change Id to ID. 2023-05-22 09:57:04 +08:00
liugang 063d64c2fc * bug: remove the code to log history in control when activate a bug. 2023-05-22 09:54:39 +08:00
liumengyi fa114ad7c8 * Refactor bugModel-batchCreate, and add unit test. 2023-05-19 17:07:37 +08:00
liugang 248b337b0d * bug: rename the $extra parameter to $kanbanInfo. 2023-05-19 16:40:53 +08:00
liugang 4d04acc983 * bug: rename the $kanbanInfo parameter to $kanbanParams. 2023-05-19 16:39:56 +08:00
liugang 4c407e36f7 * bug: rename the $output parameter to $kanbanInfo. 2023-05-19 16:31:27 +08:00
liugang b7e8102038 * bugZen: rename the prepareActivate method to buildBugForActivate and refactor it. 2023-05-19 15:55:47 +08:00
zenggang ff1eee82b9 * Bug batchChangeModule 2023-05-19 06:51:51 +00:00
daitingting f257880ede * Refactor confirm function in control. 2023-05-19 05:39:46 +00:00
wangyuting dcff6d8cbd * Finish the bug close page with task #93305. 2023-05-19 10:36:28 +08:00
daitingting 0839d28a8c * Rename confirmBug to confirm. 2023-05-19 01:48:28 +00:00
zenggang 425fbdbf28 * Bug batchactivate 2023-05-18 10:57:56 +00:00
liumengyi e8d4a77f58 * Split the bug batchCreate function, and add show variables function. 2023-05-18 17:23:57 +08:00
liumengyi 5fb20fea50 * Add response function after batch creation. 2023-05-18 16:45:23 +08:00
liumengyi 7dc6582fe1 * Add construct bugs function. 2023-05-18 16:32:33 +08:00
wangyuting 6a401117f1 * Now creating bug page can save and locate. 2023-05-18 14:45:09 +08:00
wangyuting 1a090daa47 * Finish the js of bug create page. 2023-05-18 13:03:17 +08:00
liumengyi c58966adb7 * Add comments of bug-batchCreate, and remove position[]. 2023-05-18 09:23:07 +08:00
liumengyi ba668929e5 * Fix bug of bug-assign, and modify its unit test. 2023-05-17 09:48:57 +08:00
zenggang c18d1f329c * Bug activate 2023-05-16 08:38:43 +00:00
liumengyi e5438f5d86 * Optimize code after code reviewing and add checkRequired4Resolve
function for bugModel-resolve.
2023-05-16 16:29:25 +08:00
liugang f33d3f5489 * bug: remove unused code. 2023-05-16 11:20:54 +08:00
liumengyi cb1765a5e8 * Add prepare data function of bug-resolve. 2023-05-16 09:35:06 +08:00
liumengyi 5c24daa1de * Refactor the contorl of bug-resolve. 2023-05-15 17:07:01 +08:00
liumengyi f75650d54d * Add comments of bug-resolve. 2023-05-15 15:01:12 +08:00
liumengyi 8670aa8846 * Modify incorrect comments. 2023-05-15 14:23:31 +08:00
liumengyi 1086cbab1b * Refactor bug-assignTo, and add unittest of bug-assign. 2023-05-15 14:18:14 +08:00
liugang 7374ec03b1 * bug: Move the function checkBugExecutionPriv from bugModel to bugZen. 2023-05-15 10:26:41 +08:00
liugang cb0bbddd22 * Fix syntax error in comment message. 2023-05-15 10:00:16 +08:00
songchenxuan 754e75f24d * Add void return for buildCreateForm, unifies judge code to a new method. 2023-05-15 09:48:34 +08:00
songchenxuan 6ae63123f6 * Add zh-cn comment. 2023-05-15 09:48:34 +08:00
songchenxuan 9e11a39dfd * Move create control code to zen, add two function: extractObjectFromExtras, buildCreateForm. 2023-05-15 09:48:34 +08:00
songchenxuan 4599579c7c * Rename all bugTpl to bug. 2023-05-15 09:48:34 +08:00
daitingting 3089113b73 * Refactor getBySearch function. 2023-05-15 09:47:21 +08:00
liugang 17b1c875dc * bug: use helper::setcookie() instead of setcookie(). 2023-05-15 09:08:10 +08:00
綦新志 6e67a57a4c Merge pull request '* Rebuild the browse function.' (#51) from daitingting_rebuild_control_browse into master
Reviewed-on: https://git.zcorp.cc/easycorp/zentaopms/pulls/51
2023-05-12 09:36:39 +08:00