Commit Graph
4318 Commits
Author SHA1 Message Date
liugang 440f1000bf * bugModel: assign the value of the activatedCount field before activate a bug. 2023-05-22 14:12:59 +08:00
liugang 92a59bb209 + bug: add lang items of cannot actiavte a bug. 2023-05-22 14:11:43 +08:00
liugang 1ef6f0d36e * bugModel: bugs with a status other than resolved or closed cannot be activated. 2023-05-22 14:10:55 +08:00
liugang ae6c533305 + bugModel: add function to get base info of a bug. 2023-05-22 14:01:56 +08:00
liugang 68edaee661 + bugTao: add function to fetch base info of a bug from database. 2023-05-22 13:59:43 +08:00
liumengyi b3fa9b6a46 * Add comments of bug-batchEdit. 2023-05-22 13:09:17 +08:00
wangyuting c15180018d * Adjust single selection to multiple selection. 2023-05-22 11:23:58 +08:00
wangyuting 1988606f06 * Remove excess code. 2023-05-22 10:54:05 +08:00
daitingting 5d116c0cf8 * Refactor linkBugs function. 2023-05-22 02:39:27 +00:00
wangyuting 9c96fa72c5 * Enable normal display of various app dashboards. 2023-05-22 10:17:46 +08:00
liugang 2b15553f0a * bugModel: refactor the activate function. 2023-05-22 10:02:54 +08:00
liugang 63fc4fb5ce * bugZen: simplify the buildBugForActivate function, remove code about the activatedCount field. 2023-05-22 10:01:22 +08: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
wangyuting f7ee372afc * Optimize the display logic of actions on the bug view page and browse page. 2023-05-19 17:23:24 +08:00
liumengyi fa114ad7c8 * Refactor bugModel-batchCreate, and add unit test. 2023-05-19 17:07:37 +08:00
daitingting 9503a6ad0d * Add confirm view. 2023-05-19 09:06:51 +00: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
daitingting 25b5cad1c4 * Refactor confirm function in model. 2023-05-19 07:02:44 +00:00
zenggang ff1eee82b9 * Bug batchChangeModule 2023-05-19 06:51:51 +00:00
wangyuting 46bb3f0257 * Completed the form js for create bug pages. 2023-05-19 14:37:52 +08:00
liugang 0f4b675200 * bug: refactor the activate page. 2023-05-19 14:13:11 +08:00
wangyuting 4befdbf225 * Completed the form content for the bug create page. 2023-05-19 13:42:12 +08:00
daitingting f257880ede * Refactor confirm function in control. 2023-05-19 05:39:46 +00:00
daitingting e70dea74f9 * Add form config for confirm. 2023-05-19 05:26:53 +00:00
liugang f79741aecf * bug: fix error of calling undefined property uid from the form data. 2023-05-19 13:22:03 +08: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
wangyuting af52d0c8e7 * Change the author name wangyting to Yuting Wang. 2023-05-19 08:54:24 +08:00
zenggang 425fbdbf28 * Bug batchactivate 2023-05-18 10:57:56 +00:00
liugang bbb222e49f + bug: add the activate page implmented with zin. 2023-05-18 17:49:25 +08:00
liumengyi e8d4a77f58 * Split the bug batchCreate function, and add show variables function. 2023-05-18 17:23:57 +08:00
wangyuting fb846bab45 * Completed the MVP version of the view page. 2023-05-18 17:00:43 +08:00
daitingting fcec62fab4 * Add sidebar. 2023-05-18 08:58:01 +00: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 c235be893e * Fix bug with objectType is null when calling getBuildPairs function. 2023-05-18 16:27:53 +08:00
daitingting 6928d80082 * Adjust table fields config. 2023-05-18 06:52:49 +00:00
wangyuting 6a401117f1 * Now creating bug page can save and locate. 2023-05-18 14:45:09 +08:00
wangyuting 7595184b48 * Really completed the JS of create bug page. 2023-05-18 13:56:20 +08:00
wangyuting 1a090daa47 * Finish the js of bug create page. 2023-05-18 13:03:17 +08:00
daitingting 2b36a991c4 * Set toolbar.
* Add table footer pager.
 * Adjust link for feature bar.
2023-05-18 03:25:39 +00:00
wangyuting 3a8af4394e * Finish the js of bug create page. 2023-05-18 11:23:07 +08:00
liumengyi 0bd6c7c54b * Add comment for bugModel-batchCreate. 2023-05-18 10:13:05 +08:00
liumengyi c58966adb7 * Add comments of bug-batchCreate, and remove position[]. 2023-05-18 09:23:07 +08:00
liumengyi bc63a513b6 * Refactor ui and js of bug-resolve. 2023-05-17 16:56:57 +08:00