liugang and Claude
2cb0428286
+ [misc] Add unit tests for programplanZen::buildEditView() method
...
🤖 Generated with [Claude Code](https://claude.ai/code )
Co-Authored-By: Claude <noreply@anthropic.com >
2025-09-18 13:11:44 +08:00
liugang and Claude
f794efbb50
+ [misc] Add unit tests for programplanZen::prepareEditPlan() method
...
🤖 Generated with [Claude Code](https://claude.ai/code )
Co-Authored-By: Claude <noreply@anthropic.com >
2025-09-18 13:11:44 +08:00
liugang and Claude
6f4ca003d4
* [misc] Update programplan unittest class to support buildCreateView test
...
🤖 Generated with [Claude Code](https://claude.ai/code )
Co-Authored-By: Claude <noreply@anthropic.com >
2025-09-18 13:11:43 +08:00
liugang and Claude
33ff7d89f2
+ [misc] Add unit tests for programplanZen::buildCreateView() method
...
🤖 Generated with [Claude Code](https://claude.ai/code )
Co-Authored-By: Claude <noreply@anthropic.com >
2025-09-18 13:11:43 +08:00
liugang and Claude
fcad71e776
+ [misc] Add unit tests for programplanZen::buildPlansForCreate() method
...
🤖 Generated with [Claude Code](https://claude.ai/code )
Co-Authored-By: Claude <noreply@anthropic.com >
2025-09-18 13:11:43 +08:00
liyang
2eefb65a16
* [uitest] remove ui lib to ui dir.
2025-09-17 09:06:48 +08:00
liugang and Claude
ac40c0d437
+ [misc] Add unit tests for programplanTao::setPlanBaseline() method
...
🤖 Generated with [Claude Code](https://claude.ai/code )
Co-Authored-By: Claude <noreply@anthropic.com >
2025-09-15 15:09:44 +08:00
liugang and Claude
5db894fbc8
+ [misc] Add unit tests for programplanModel::getByList() method
...
🤖 Generated with [Claude Code](https://claude.ai/code )
Co-Authored-By: Claude <noreply@anthropic.com >
2025-09-15 15:06:21 +08:00
liugang
985e56e785
- [misc] Remove unused css and js files.
2025-09-15 10:02:06 +08:00
liugang
53be2c64c6
- [misc] Remove unused view files.
2025-09-11 16:30:53 +08:00
sunguangming
5f2706f265
* [bug#65161,done,0.2h] remove unused code.
2025-09-03 07:28:00 +00:00
sunguangming
cda68a8969
* [misc] modify unittest.
2025-08-29 03:13:50 +00:00
sunguangming
7c6956c9e7
* [bug#64917,done,0.2h] fix bug.
2025-08-29 01:37:03 +00:00
tianshujie
e2111dc05c
* [bug#65018,done,0.5h] change tips when the project data is empty.
2025-08-29 09:08:19 +08:00
liugang
504f58ae55
* [misc] Add unittest steps of the programplanModel::getGanttTasks method.
2025-08-22 14:21:49 +08:00
liugang
ffe346b387
* [refac] Remove unused parameter productID.
2025-08-22 14:21:49 +08:00
liugang
7be2a6168f
* [refac] Refactor: pass actual execution list in buildTaskSearchForm call.
2025-08-22 14:21:49 +08:00
liugang
8886c5c48d
* [bug#64925] Replace programplanTask with projectTask.
2025-08-22 14:21:49 +08:00
liugang
67adf1e922
* [bug#64919] Fix error the search function can't work.
2025-08-21 14:49:50 +08:00
liugang
0a8d887513
* [misc] Fix display error of the search form in programplan browse page.
2025-08-21 11:38:08 +08:00
liugang
a0ac6d2c43
* [bug#64873] Fix parameter type error.
2025-08-20 14:19:50 +08:00
刘刚
90dd572c70
Merge branch feature/search of zentao/zentaopms ( #10994 )
2025-08-18 16:44:57 +08:00
sunguangming
3f27e42426
* [unittest] add zen test.
2025-08-18 08:27:06 +00:00
sunguangming
0599deff09
* [bug#64797,done,0.2h] fix bug.
2025-08-18 08:27:06 +00:00
xieqiyu
42aa63fdc0
* [bug#64584] Add the execution PM to parent execution team.
2025-08-18 03:45:58 +00:00
liugang
ab4ecfb7af
* [perf] refactor: enhance task search form building functionality
...
- Add productID parameter to buildTaskSearchForm method to support better filtering
- Introduce module parameter to handle different search contexts (task, programplanTask, projectTask)
- Refactor search configuration to be more modular and context-aware
- Remove hardcoded search module configurations and pass them as parameters
- Simplify search form initialization across execution, programplan, and project modules
- Improve code reusability by centralizing search configuration logic
- Add conditional field filtering based on execution type and search context
2025-08-18 09:09:10 +08:00
wangyuting
c59cc62a91
* [bug#64422,done,1h,0h] Fix gantt link message.
2025-08-05 16:01:26 +08:00
qixinzhi
49d415dee6
Merge branch 'release/21.7.4' into feature/task-report
2025-07-22 02:20:48 +00:00
daitingting
1f7a839673
* [task#146436,done,2h] Set attribute value.
2025-07-11 11:04:38 +08:00
tianshujie
0a02b34ea7
* [bug#63790,done,0.3h] remove changed status when the status is closed or cancel.
2025-07-11 09:46:38 +08:00
刘刚
5a17b68273
Merge branch dev/bug-63790 of zentao/zentaopms ( #10318 )
2025-07-10 13:40:59 +08:00
qixinzhi
ae6e17179f
Merge branch 'release/21.7.3' into feature/task-report
2025-07-09 00:39:48 +00:00
qixinzhi
0a4c49cc42
Merge branch 'feature/task-report' into feature/task-report-merge
2025-07-08 05:58:55 +00:00
qixinzhi
259a601ac1
* [unittest] fix unittest.
2025-07-08 05:57:34 +00:00
tianshujie
de17aa27be
* [bug#63790,done,0.3h] remove changed status when the status is closed or cancel.
2025-07-08 11:46:50 +08:00
qixinzhi
5fd057c179
Merge branch 'feature/task-report' into feature/task-report-merge
2025-07-08 01:00:54 +00:00
qixinzhi
492f882e5c
* [unittest] fix getparentstagelist.
2025-07-08 00:57:10 +00:00
zhujinyong
93989b45bc
* [misc] compatibility with PHP8.4.
2025-07-08 08:35:58 +08:00
sunguangming
fff0795e53
Merge branch 'release/21.7.2' into main
2025-07-01 06:37:04 +00:00
wangyuting
cb65f7c414
* [bug#63562,done,1h,0h] Remove project template begin and end field.
2025-06-24 13:22:23 +08:00
sunguangming
346214bc14
* [bug#63415,done,0.2h] fix bug.
2025-06-19 03:12:31 +00:00
sunguangming
0429d23554
* [bug#63412,done,0.2h] fix bug.
2025-06-19 03:07:22 +00:00
刘刚
3b5a96f834
Merge branch release/21.7.2 of zentao/zentaopms ( #9625 )
2025-06-18 13:30:46 +08:00
tianshujie
e7145afd3c
* [unittest] fix getpointenddate error.
2025-06-18 10:53:31 +08:00
xieqiyu
2155a40448
Merge branch 'feature/doctemplate' into release/21.7.2
2025-06-18 02:18:57 +00:00
daitingting
a0b1b58111
* [task#143873,doing,1h] Set ganttFields and showFields in block.
2025-06-14 16:14:00 +08:00
daitingting
d911b08a9e
* [task#143873,doing,0.5h] Adjust gantt text in document.
2025-06-14 16:12:28 +08:00
xieqiyu
37465daeed
* [unittest] Add the step for the unit test of programplanModel::saveCustomSetting.
2025-06-14 07:05:55 +00:00
刘刚
6536d6dc31
Merge branch dev/bug-63028 of zentao/zentaopms ( #9428 )
2025-06-11 17:23:57 +08:00
刘刚
f1b3ae6df4
Merge branch dev/bug-63163 of zentao/zentaopms ( #9422 )
2025-06-11 17:03:33 +08:00