Commit Graph
4456 Commits
Author SHA1 Message Date
wangyuting d1d444236c * Add load all user to create bug page. 2024-01-18 16:38:55 +08:00
wangyuting 4a7816d88e * Add load kanban lane data of change region field. 2024-01-18 15:56:02 +08:00
liumengyi b279861671 * Fix bug #44334. 2024-01-18 14:43:43 +08:00
wangyuting becf0be8b0 * Add load execution tasks of bug create page. 2024-01-18 14:41:39 +08:00
wangyuting c4f39fd236 * Add allBuilds checkbox change event. 2024-01-18 14:20:29 +08:00
liumengyi 1d575cc41d * Fix bug #44299. 2024-01-18 13:04:03 +08:00
liumengyi ad8f056062 * Fix bug #44301. 2024-01-18 11:06:25 +08:00
wangyuting 4f0d5ac031 * Add create build btn and create release btn to bug create page. 2024-01-18 10:31:06 +08:00
朱金勇 c9d45ca6b4 * Fix bug#42228: AssignTo info of bug. 2024-01-18 08:50:18 +08:00
wangyuting 143f7f0e64 * Add auto load logic of bug create page. 2024-01-17 16:53:03 +08:00
xieqiyu e19be88da5 * Fix bug#42220. 2024-01-17 14:55:02 +08:00
wangyuting 72d7fe05fd * Adjust bug create page field sort. 2024-01-17 14:25:08 +08:00
wangyuting ed4ca66013 * Fix manage module link bug. 2024-01-17 10:34:15 +08:00
liugang 56ec331be4 * bugUI: call data function to get variable's value. 2024-01-17 09:17:02 +08:00
liugang 17129fbb62 * bugUI: modify common field settings. 2024-01-17 09:09:26 +08:00
sunhao 73aa74e0c4 * bug: fix $autoLoad undefined. 2024-01-16 14:57:35 +08:00
sunhao 3445fe7f15 bug: refactor autoLoad setting. 2024-01-16 13:48:17 +08:00
sunhao 56b85166ee * zin: refactor type to control. 2024-01-12 14:43:33 +08:00
sunhao f6291ea2d5 * bug: refactor, fix property access warning. 2024-01-12 13:52:48 +08:00
sunhao 5f67ab0749 * bug: refactor bug-create fields. 2024-01-12 08:51:41 +08:00
liumengyi d340cceba2 * Fix bug #42515. 2024-01-11 16:48:40 +08:00
daitingting bc6af38572 * Fix bug #43409. 2024-01-11 08:34:22 +00:00
liumengyi 722f5e3853 * Modify column width of id. 2024-01-11 16:27:10 +08:00
sunhao a27ca03c1f + bug: add field settings and refactor page bug-create. 2024-01-11 15:52:32 +08:00
daitingting c3bebc9915 * Fix bug #43072. 2024-01-11 05:55:50 +00:00
sunguangming d611279ec4 * Fix bug #42372. 2024-01-11 09:44:53 +08:00
liumengyi 67b938fece * Fix bug #42928. 2024-01-11 08:51:58 +08:00
daitingting 20c881ae0d * Fix bug #43224. 2024-01-10 08:38:18 +00:00
liumengyi a2dc0e89cc * Fix bug #42714. 2024-01-10 14:10:04 +08:00
liumengyi 06a584a33e * Fix bug #42923. 2024-01-10 11:12:34 +08:00
sunhao 6f344cef8f * bug: refactor bug-create form with autoLoad property. 2024-01-08 19:05:34 +08:00
sunhao 6d8bbac752 * bug: fix loadForm not work as expected. 2024-01-08 18:22:32 +08:00
sunhao 529e071e94 * bug: refactor bug-create UI with loadForm helper. 2024-01-08 18:12:31 +08:00
wangxuepeng 42bf559e8a * Fix bug #43254. 2024-01-08 16:54:25 +08:00
wangyuting 57aca80d9d * Remove closed user and deleted user from batch edit bug page. bug #42510. 2024-01-08 14:53:51 +08:00
sunhao 5d15af57a8 Merge branch 'improve_forms'
# Conflicts:
#	module/bug/ui/create.html.php
2024-01-08 13:10:13 +08:00
liugang 8f969074e6 * Display the module component with modulePicker widget. 2024-01-08 10:55:37 +08:00
sunhao baf3a708c8 * bug: refactor bug create form with the new formGridPanel. 2024-01-08 08:49:25 +08:00
liumengyi 1519bf1477 * Fix bug #43392, if the module is not in the display modules, set the module to zero. 2024-01-05 14:35:37 +08:00
liugang 873af306b7 * Remove unused needManage parameter when calling ajaxGetOptionMenu method of tree module. 2024-01-05 14:05:04 +08:00
wangxuepeng eb852ba56e * Fix bug #42600. 2024-01-05 09:34:08 +08:00
tanghucheng d57b26f254 * Fix unit test error. 2024-01-04 16:18:24 +08:00
liumengyi 526e31e92e * Fix bug. 2024-01-04 16:08:07 +08:00
wangxuepeng 6194a924fc * Fix bug #42590. 2024-01-04 16:01:33 +08:00
liumengyi b7f84a3588 * Modify bug export link. 2024-01-04 15:21:51 +08:00
tianshujie a34958bd62 * Format mailto field of bug list. 2024-01-04 14:28:48 +08:00
wangyuting db2376beea * Add bug link cases link. the bug #42746. 2024-01-03 19:40:10 +08:00
liumengyi 428fb121b9 * Fix bug #43100, fix parameter type error. 2024-01-03 19:25:31 +08:00
liugang 234620dd51 * bugControl: convert bugID to integer, finish task #110344, fix bug 43087. 2024-01-03 19:11:31 +08:00
wangyuting 2751f1725d * Adjust resolvedDate datetime to date. the bug #42812. 2024-01-03 16:21:43 +08:00