wangyidong
|
ffc49061bd
|
* Adjust for kanban action.
|
2023-11-16 15:49:03 +08:00 |
|
hufangzhou
|
cacd919777
|
* Merge: Finish task #93590, cannot select related tasks when creating bugs in non-iterative projects.
|
2023-11-07 10:36:38 +08:00 |
|
daitingting
|
52184992e0
|
* Adjust codes.
|
2023-11-06 09:16:34 +00:00 |
|
daitingting
|
5b7aa1bc20
|
* Toggle execution based on wheter the project enables execution.
|
2023-11-06 08:40:26 +00:00 |
|
liumengyi
|
5a3834a087
|
* Change get to getJSON when updating picker items of build, and fix bug.
|
2023-10-13 14:37:27 +08:00 |
|
liumengyi
|
a2f5dd9280
|
* Change get to getJSON when updating the items of assignedTo picker.
|
2023-10-13 13:49:43 +08:00 |
|
liumengyi
|
48b3e86c3d
|
* Change get to getJson in loadProductProjects.
|
2023-10-13 13:07:06 +08:00 |
|
liumengyi
|
3541a82b3c
|
* Fix error when clearing the execution value
|
2023-10-13 11:26:21 +08:00 |
|
liumengyi
|
5b89ec65f8
|
* Fix error when changing execution in bug::create.
|
2023-10-13 11:23:10 +08:00 |
|
liumengyi
|
621017de36
|
* Change get to getJSON when updating the items of module picker.
|
2023-10-13 10:39:40 +08:00 |
|
liumengyi
|
a5e8043319
|
* Change get to getJSON, and add default value of branch picker.
|
2023-10-13 10:38:03 +08:00 |
|
liumengyi
|
d72956fd1c
|
* When the contact list is changed, append the users in the contact list to mailto.
|
2023-10-13 09:59:48 +08:00 |
|
liumengyi
|
135d880467
|
* Fix error of picker render.
|
2023-10-13 09:23:00 +08:00 |
|
liumengyi
|
61afe4541e
|
* Fix error of project team members.
|
2023-10-13 08:47:55 +08:00 |
|
daitingting
|
d86fe1be56
|
* Remove useless codes.
|
2023-10-07 08:50:48 +00:00 |
|
tianshujie
|
04f20fdffc
|
* Modify the parameters that call the ajaxGetExecutionBuilds method.
|
2023-09-27 15:23:28 +08:00 |
|
liugang
|
cc16cf3282
|
* Refactor the ajaxGetTestTasks method of testtask module.
|
2023-09-13 14:04:29 +08:00 |
|
liugang
|
d3fc3e1e1b
|
* bug: adjust js based on changing of page.
|
2023-08-21 17:42:41 +08:00 |
|
caoyanyi
|
a552e6b6cb
|
- Remove unused param.
|
2023-08-21 15:50:00 +08:00 |
|
liumengyi
|
c807d4f5e9
|
* Fix error.
|
2023-08-18 08:59:20 +08:00 |
|
liumengyi
|
3f2853f7be
|
* Refactor bug::ajaxLoadAssignedTo.
|
2023-08-17 17:11:17 +08:00 |
|
liumengyi
|
9dd7da875f
|
* Refactor bug::ajaxLoadAllUsers.
|
2023-08-17 17:02:27 +08:00 |
|
dingguodong
|
87a27c7fbc
|
* Remove bad parameters.
|
2023-07-21 15:09:48 +08:00 |
|
liumengyi
|
38f978b94e
|
* Fix bug of bug::create.
|
2023-07-20 16:22:37 +08:00 |
|
liumengyi
|
13786442d6
|
* Fix bug of show all builds.
|
2023-07-20 11:03:15 +08:00 |
|
liumengyi
|
17f210be5b
|
* Fix bug when project is 0.
|
2023-07-17 15:52:45 +08:00 |
|
liumengyi
|
df2828d34d
|
* Remove zui clear in bug.
|
2023-07-17 14:30:45 +08:00 |
|
liumengyi
|
930a8c03f0
|
* Optimize code.
|
2023-07-17 10:34:47 +08:00 |
|
liumengyi
|
446addf2e1
|
* Refactor for bug::edit after replacing the picker.
|
2023-07-15 13:37:18 +08:00 |
|
liumengyi
|
c5bb426087
|
* Refactor for bug::create after replacing the picker.
|
2023-07-14 15:41:20 +08:00 |
|
wangyuting
|
5182580edb
|
* Adjust bug edit style.
|
2023-06-30 13:58:43 +08:00 |
|
wangyuting
|
f056305712
|
* Finish bug edit form and js and css.
|
2023-06-27 14:35:13 +08:00 |
|
wangyuting
|
fbef44671a
|
* Finish bug create page.
|
2023-06-26 13:18:20 +08:00 |
|
liugang
|
50299ca807
|
* bugJS: use bug[tab] instead of the global variable objectID.
|
2023-06-02 08:59:54 +08:00 |
|
liugang
|
3371dd3afe
|
* bugJS: use bug.status instead of the global variable isClosedBug.
|
2023-06-02 08:57:01 +08:00 |
|
liugang
|
3463bd70f1
|
* bugJS: use bug.branch instead of bugBranch.
|
2023-06-02 08:50:13 +08:00 |
|
liugang
|
9eb2b698a4
|
* bugJS: use bug.openedBuild instead of oldOpenedBuild.
|
2023-06-01 17:03:45 +08:00 |
|
liugang
|
c11e750423
|
* bugJS: use bug.task instead of oldTaskID.
|
2023-06-01 16:59:55 +08:00 |
|
liugang
|
f853b2a592
|
* bugJS: refactor the loadProductStories function and use bug.story instead of oldStoryID.
|
2023-06-01 16:57:36 +08:00 |
|
liugang
|
24c1507a8b
|
* bugJS: use bug.product instead of oldProductID.
|
2023-06-01 16:11:32 +08:00 |
|
liugang
|
e722f53542
|
* bug: use bug.project instead of oldProjectID.
|
2023-06-01 16:10:01 +08:00 |
|
liumengyi
|
c51fa64fe9
|
* Fix error for getting data in not-batch view.
|
2023-05-26 10:20:16 +08:00 |
|
liumengyi
|
3ac448eaa3
|
* Refactor bug-batchCreate js, and get options throught ajax request.
|
2023-05-25 14:53:01 +08:00 |
|
liumengyi
|
69a36606cb
|
* Optimize js code for bug-batchCreate, and fix bug for it.
|
2023-05-25 09:18:04 +08:00 |
|
liumengyi
|
f5dc69bbc9
|
* Finish js and html of bug-batchCreate.
|
2023-05-22 16:13:38 +08:00 |
|
wangyuting
|
46bb3f0257
|
* Completed the form js for create bug pages.
|
2023-05-19 14:37:52 +08: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
|
3a8af4394e
|
* Finish the js of bug create page.
|
2023-05-18 11:23:07 +08:00 |
|