Commit Graph
299 Commits
Author SHA1 Message Date
wangyidong 7d02072df2 * Refactor programplan model methods. 2023-12-29 10:12:05 +08:00
wangyidong 1b977b040a * Refactor programplan ajaxCustom page. 2023-12-29 10:12:05 +08:00
wangyidong bf6e53ecc7 * Refactor get about gantt data. 2023-12-29 10:12:05 +08:00
hufangzhou 3c9eeff598 * Add project param for getNewParentAndAction method. 2023-12-28 13:58:55 +08:00
wangyidong 90b4ece099 * Refactor programplan create page. 2023-12-27 08:58:35 +08:00
sunguangming 84dd5756e1 * Fix bug #42232. 2023-12-23 13:49:11 +08:00
wangyuting cf39d5b216 * Refactor userModel::updateUserView and finish unit test script. 2023-12-21 15:06:25 +08:00
tianshujie 5493724506 * Fix bug #41898. 2023-12-18 18:33:28 +08:00
tianshujie e43c41802f * Fix bug #41898. 2023-12-18 18:24:48 +08:00
tianshujie a23b2691ae * Fix bug #41672. 2023-12-16 10:01:12 +08:00
tianshujie f9326e5060 * Fix create stage error. 2023-12-15 16:29:12 +08:00
wangyidong 83bac0ad6e * Fix for execution module unit test. 2023-12-15 16:06:41 +08:00
tanghucheng 0c1a518e3a * Fix bug #41209. 2023-12-08 02:26:49 -05:00
tanghucheng 3d94eac50a Merge branch 'Merge184' into c07e4a71eb 2023-11-30 21:21:55 -05:00
tanghucheng 6a55e1a112 * Merge 18.x programplan. 2023-11-28 02:56:11 -05:00
hufangzhou 25fe77cac7 * Merge 18.8 programplan module. 2023-11-23 16:49:36 +08:00
tanghucheng c5622ac450 * Merge #c4c20cae54,Change judgment condition. 2023-11-09 00:14:42 -05:00
tanghucheng e825977d12 * Merge #cb13492e95ae,Fix bug #35262. 2023-11-07 01:04:25 -05:00
tianshujie 33d47cd4a4 * Fix an error when setting stage. 2023-10-23 11:21:31 +08:00
zhouxin 13370f3f3b * Fix assignment of empty value to 'realBegan' field by assigning NULL instead. 2023-10-23 11:15:21 +08:00
dingguodong 5859a354ea * Rename checkTopStage to isTopStage for balance. 2023-09-06 14:37:18 +08:00
dingguodong eaa292bbb1 * Fix type error. 2023-09-01 16:15:00 +08:00
tianshujie b9f2be5af5 * Converts the id to an int. 2023-08-22 15:41:43 +08:00
chentao 22196bed07 * Fix configurations of stage edit form. 2023-07-19 17:30:26 +08:00
chentao 14ec5b35ca * Correct code and milestone fields on the stage creation page. 2023-07-19 17:30:26 +08:00
chentao d0f751d6c3 * Render errors to the stage creation page. 2023-07-17 10:44:15 +08:00
chentao 8cf8f8786c * Refactor batch stages creation page. 2023-07-14 17:36:23 +08:00
chentao 145659284e * Convert data to the correct type and handle empty data gracefully for creating stages. 2023-07-14 17:36:23 +08:00
chentao 8962f3bb63 * Revert to original business logic of creating stages. 2023-07-14 17:36:23 +08:00
jukui fae28afeec * Optimized update function for programplan model. 2023-05-12 16:01:49 +08:00
xushenjie 1825e640d1 * Adjust return type of programplanModel::updateSubStageAttr(). 2023-05-12 07:48:44 +00:00
lanzongjun c24bf206fe * Adjust programplan function comment. 2023-05-12 13:35:55 +08:00
jukui 8da313f5e1 + Add insertProjectSpec function and call insertProjectSpec. 2023-05-12 11:27:38 +08:00
xushenjie 11aee4b3ed * Optimize code of programplanModel::updateSubStageAttr(). 2023-05-12 02:34:47 +00:00
jukui d08bb6c374 * Modify return type and comment for function. 2023-05-12 10:24:50 +08:00
xushenjie eb199fccae * Optimize code of programplanModel::processPlans(). 2023-05-12 01:51:10 +00:00
liuchenglong 95d488631b * Change programplan getDuration function params type. 2023-05-12 00:59:47 +00:00
liuchenglong 3769477d92 * Modify programplan-model getPlans test case. 2023-05-11 13:00:54 +00:00
jukui 4e55a96e8b * Rename checkTopStage function to isTopStage. 2023-05-11 20:57:42 +08:00
jukui 66dce85591 * Rename getStageListBy function to getStageList. 2023-05-11 20:27:36 +08:00
dingguodong e0768c5e1b * Rename the programplan table from TABLE_PROJECT to TABLE_EXECUTION. 2023-05-11 20:18:39 +08:00
dingguodong cd940acdeb * Split code to tao and add comments. 2023-05-11 20:18:39 +08:00
liuchenglong d846b91688 + Add programplan-model getByID test case. 2023-05-11 11:40:24 +00:00
jukui 36fa288748 * Modify access type for processPlans function. 2023-05-11 19:18:27 +08:00
liuchenglong 6d0c4053d2 * Optimize code review finded problems. 2023-05-11 08:40:26 +00:00
lanzongjun a594f5d1de * Add paragraph comments to programplan. 2023-05-11 16:26:52 +08:00
xushenjie 6701df6ac4 * Adjust params and comment of getParentChildrenTypes(). 2023-05-11 08:05:56 +00:00
jukui 498e76117b * Modify $id to $labelType. 2023-05-11 16:05:31 +08:00
dingguodong b18a1fb08b * Optimize programplanModel::create(). 2023-05-11 15:19:34 +08:00
jukui 0088794dea * Modify processPlan function and comment ofgetTotalPercent and processPlans function. 2023-05-11 15:10:31 +08:00