tianshujie
|
c916c19bef
|
* Refactor getModulesName method and change the test case.
|
2023-08-21 09:33:10 +08:00 |
|
liumengyi
|
ce63ef4514
|
* Fix bug of bug::batchCreate.
|
2023-08-18 09:55:24 +08:00 |
|
dingguodong
|
59b095760d
|
* Add product id into object.
|
2023-08-18 08:51:42 +08:00 |
|
dingguodong
|
aabe609a8f
|
* Refactor treeModel::getProduct.
|
2023-08-16 10:30:16 +08:00 |
|
dingguodong
|
7e127244fb
|
* Fix intelisense error.
|
2023-08-04 10:07:12 +08:00 |
|
caoyanyi
|
881b436dfc
|
* Change select field.
|
2023-08-02 10:34:46 +08:00 |
|
zhaoke
|
bebb8a0c2f
|
* Fix bug of tree browse page.
|
2023-07-28 09:14:49 +08:00 |
|
daitingting
|
c8e0f4f3a5
|
* Get more fields.
|
2023-07-20 05:21:38 +00:00 |
|
朱金勇
|
da433474fd
|
* Refactor tree module.
|
2023-07-19 14:32:08 +00:00 |
|
zhaoke
|
4b180933f2
|
* Add host module and refactor browse view of host .
|
2023-07-18 14:44:45 +08:00 |
|
zhaoke
|
bac4a54ca1
|
* Finish task #98026.
|
2023-07-18 14:44:45 +08:00 |
|
wangyidong
|
6fdf89ef38
|
+ Add for story batchToTask page.
|
2023-07-14 19:38:51 +08:00 |
|
wangyidong
|
0184ca7d01
|
* Adjust for story create page.
|
2023-07-14 14:22:04 +08:00 |
|
朱金勇
|
640e8f4482
|
* Use helper::setcookie.
|
2023-07-11 07:28:39 +00:00 |
|
wangyidong
|
7adb5240ce
|
* Adjust for module tree in execution task with more products.
|
2023-07-10 13:21:50 +08:00 |
|
朱金勇
|
ccb6a094f9
|
* Change constant to variable.
|
2023-07-10 04:31:47 +00:00 |
|
sunguangming
|
8fd70d0827
|
* Add print file widget.
|
2023-06-25 17:17:25 +08:00 |
|
tianshujie
|
b8627ff04d
|
* Change the param type of $parent.
|
2023-06-25 15:47:06 +08:00 |
|
sunguangming
|
5e022ae723
|
* Remove unused param.
|
2023-06-25 10:44:07 +08:00 |
|
朱金勇
|
bf9f01835c
|
* Fix createXXXLink for tree.
|
2023-06-25 02:39:16 +00:00 |
|
朱金勇
|
e6e6bb3c30
|
* Fix browseTask of tree.
|
2023-06-21 07:39:49 +00:00 |
|
朱金勇
|
62ca81fbc1
|
+ Add tree.
|
2023-06-21 03:06:06 +00:00 |
|
liugang
|
9731d410df
|
* treeModel: fix error of calling undefined property.
|
2023-06-20 09:40:03 +08:00 |
|
朱金勇
|
65c2ea1538
|
+ Add backbtn.
|
2023-06-19 06:18:43 +00:00 |
|
caoyanyi
|
f8ca1a3168
|
* Change module tree data for execution story.
|
2023-06-16 13:58:28 +08:00 |
|
liugang
|
f18b1a4e18
|
* treeModel: refactor the createTestTaskLink method to return an object of module.
|
2023-06-09 17:01:47 +08:00 |
|
liugang
|
09d4e59aba
|
* treeModel: the $extra parameter could be an array or a string.
|
2023-06-09 17:00:54 +08:00 |
|
liugang
|
3cd027851e
|
* treeModel: return value of the method buildTree cannot be pushed into modules array if it is empty.
|
2023-06-09 16:57:29 +08:00 |
|
liugang
|
cbfcb44c1c
|
* treeModel: the $extra parameter could be an array or a string.
|
2023-06-09 16:53:06 +08:00 |
|
liumengyi
|
70757b6430
|
* Refactor caselib::browse.
|
2023-06-09 14:28:53 +08:00 |
|
tianshujie
|
15a4d5916f
|
+ Add a label to the quantity list.
|
2023-06-08 15:33:51 +08:00 |
|
daitingting
|
d314bff87e
|
* Rename the duplicate variable.
|
2023-06-06 08:51:31 +00:00 |
|
daitingting
|
c92a99e39f
|
* Fix bug for no attribute in extra.
|
2023-06-06 07:59:47 +00:00 |
|
daitingting
|
f97761f64e
|
* Fix bug.
|
2023-06-06 02:29:04 +00:00 |
|
daitingting
|
48c1da97dc
|
* Get modules for bug of project.
|
2023-06-06 01:43:57 +00:00 |
|
tianshujie
|
640c3e0373
|
* Modify the module tree link for the bug list.
|
2023-06-06 09:21:56 +08:00 |
|
liugang
|
8dfe0cc120
|
* treeModel: use uniqid() instead of the global variable moduleID.
|
2023-06-05 17:48:08 +08:00 |
|
liugang
|
252acbe4a4
|
* treeModel: return a module object instead of modify value of the passed parameter.
|
2023-06-05 17:09:45 +08:00 |
|
liugang
|
bbd381d72f
|
* treeModel: refactor the creatCaseLink method to return a module object.
|
2023-06-05 17:08:57 +08:00 |
|
liugang
|
c43b3938a8
|
* treeModel: return false if the objects is empty.
|
2023-06-05 17:07:40 +08:00 |
|
liugang
|
c01a519437
|
* treeModel: declare the parameter types and return type of methods.
|
2023-06-05 17:06:29 +08:00 |
|
liugang
|
6a4a04ec06
|
* treeModel: refactor the methods to return array of modules.
|
2023-06-05 17:05:35 +08:00 |
|
liugang
|
2f77d1a2fc
|
* treeModel: use getByID instead of getById.
|
2023-06-05 17:02:21 +08:00 |
|
liugang
|
cfd917ff74
|
* treeModel: declear the parameter types and return type of the getTreeMenu method.
|
2023-06-05 16:58:57 +08:00 |
|
liugang
|
d1441dc961
|
* treeModel: declare the paramter type and the return type.
|
2023-06-05 16:57:51 +08:00 |
|
liugang
|
c2f61a0071
|
* treeModel: declare a global variable to save the module id.
|
2023-06-05 16:57:00 +08:00 |
|
tianshujie
|
8a4cc8cf22
|
+ Add the Bug list page.
|
2023-06-05 15:38:49 +08:00 |
|
caoyanyi
|
5c35862c6e
|
* Change module tree error.
|
2023-06-02 09:13:01 +08:00 |
|
caoyanyi
|
fc3cf42eb2
|
* Change return data type.
|
2023-05-31 16:04:24 +08:00 |
|
caoyanyi
|
a38518df63
|
* Adjust module tree data acquisition.
|
2023-05-31 10:08:42 +08:00 |
|