Commit Graph
113 Commits
Author SHA1 Message Date
caoyanyi 1de446f6ce * Merge for release branch. 2024-03-15 14:59:57 +08:00
tianshujie 25411df1a2 * Fix not have task error that the status is done. 2024-01-24 13:50:05 +08:00
sunguangming 7a5cd03257 * Fix bug #44730. 2024-01-23 10:22:28 +08:00
tianshujie b542d05bc6 * Fix bug #44569. 2024-01-22 16:04:55 +08:00
wangyuting f94c88f07e * Fix workhour options doesn't unset. bug #42352. 2024-01-22 14:18:02 +08:00
wangyuting 393383399f * Fix check recordWorkhour form data error. 2024-01-11 15:16:26 +08:00
wangyuting ed33ef033a * Add required icon for task recordworkhour. bug #42352. 2024-01-11 14:56:04 +08:00
tianshujie f587ef6ab2 * Fix bug #42537. 2024-01-10 13:52:27 +08:00
tianshujie ba6e21b9cf * Change value type of the return. 2024-01-04 08:56:41 +08:00
hufangzhou de7d8ccd92 * Fix bug #41190. 2023-12-19 14:51:22 +08:00
xieqiyu 8ebcd035b6 * Modify task required item. 2023-11-21 10:32:37 +08:00
xieqiyu c12833ee57 * Modify task required item. 2023-11-20 16:40:49 +08:00
tianshujie cb762c8653 * Move the getTeamByTask method into model.php. 2023-11-16 11:05:27 +08:00
朱金勇 24285d03c5 * Fix type of task left. 2023-10-13 02:22:00 +00:00
caoyanyi f05f70b339 * Adjust unit test case checked error. 2023-09-22 09:39:17 +08:00
caoyanyi 33c148796e * Adjust date default value. 2023-09-22 09:33:57 +08:00
caoyanyi 2f416c55d3 * Dealing with database date error issues. 2023-09-18 10:40:19 +08:00
tianshujie c43b54f0fe * Add getUnfinishTasks method and delete fetchByID method. 2023-08-29 11:21:29 +08:00
dingguodong 4327d541e2 * Compute progress only without changing task object. 2023-08-25 13:55:00 +08:00
tianshujie b24b825f96 * Change the function order. 2023-08-25 13:42:58 +08:00
tianshujie c501d2d362 * Change the check error code. 2023-08-25 13:28:37 +08:00
caoyanyi 140c955e5f * Optimize task list performance. 2023-08-25 13:03:04 +08:00
dingguodong 03595e7b9b * Set children for the task which has child tasks. 2023-08-25 12:38:50 +08:00
dingguodong eb5be82d09 * Refactor taskTao::computeTaskProgress. 2023-08-25 10:34:55 +08:00
dingguodong 033af27ff3 * Fix typo in task module and related. 2023-08-24 17:14:11 +08:00
caoyanyi d2fbd1acdf * Replace and, or to &&, ||. 2023-08-24 15:42:37 +08:00
caoyanyi 5d8b1ff4ec * Fix sonar error for task module. 2023-08-24 15:19:32 +08:00
caoyanyi 40adc1fe25 * Replace public to protected. 2023-08-24 15:06:47 +08:00
dingguodong 32cb57188a + Set the datetime and operator when the task is modified. 2023-08-24 11:29:03 +08:00
dingguodong d0a690b34f * Fix type error which the property from from data. 2023-08-24 10:54:40 +08:00
dingguodong c87b09d8f5 * Remove extra characters. 2023-08-23 11:27:30 +08:00
dingguodong b90182aabc * Move the checks for record workhour form. 2023-08-23 09:58:55 +08:00
dingguodong f42cdd39aa * Refactor taskTao::checkWorkhour. 2023-08-23 09:20:41 +08:00
dingguodong 4853da271b * Use dao::$errors to show error. 2023-08-23 09:20:40 +08:00
dingguodong 3e310bd238 * Optimize the comments. 2023-08-22 14:44:20 +08:00
tianshujie bf0aa46381 * Refactor updateTaskEsDateByGantt method. 2023-08-22 13:22:33 +08:00
dingguodong 31a7c66554 * Fix bug that use deleted efforts and wrong condition. 2023-08-22 13:03:21 +08:00
dingguodong 251566ca7d + Add functions to process deleting workhour of task. 2023-08-22 10:04:14 +08:00
tianshujie 13e5adf2e6 * Refactor getFinishedUsers method. 2023-08-22 09:23:11 +08:00
tianshujie 74c77b18cd + Add test case of the cancelparenttask. 2023-08-18 10:28:02 +08:00
tianshujie 267ea7e58d + Add test case for updateChildrenByParent method. 2023-08-18 10:03:06 +08:00
dingguodong 8cd201fe9b + Add a function to set the zero date or datetime of the task to null. 2023-08-18 09:47:13 +08:00
tianshujie 65c56bbc78 * Change the test case. 2023-08-17 15:33:44 +08:00
zhaoke c9c9ae4e2a * Refactor taskModel-updateParentStatus. 2023-06-09 15:20:39 +08:00
sunguangming 8b650b8309 * Move code. 2023-06-05 14:05:02 +08:00
sunguangming ae5ace47db * Refactor edit effort method of model. 2023-06-05 14:03:32 +08:00
sunguangming f55386a50c * Fix code error, rename file. 2023-06-05 09:27:11 +08:00
sunguangming b296d868af * Change default value for varchar field. 2023-06-01 14:33:23 +08:00
sunguangming f044ad9de1 * Add getteammembersbyidlist unit test. 2023-06-01 14:27:29 +08:00
caoyanyi 7a32dfe996 * Move resetEffortLeft from model to tao. 2023-05-31 09:24:06 +08:00