Commit Graph
65958 Commits
Author SHA1 Message Date
tianshujie ccbd0c1df9 * Refactor unlinkBug method. 2023-10-10 15:40:05 +08:00
tianshujie eca352a68f * Refactor case of the linkBug method. 2023-10-10 15:29:50 +08:00
tianshujie fd0d8bcd7b * Refactor linkBug method. 2023-10-10 15:29:50 +08:00
liumengyi 19cdb1b835 * Refactor actionModel::getgetTrashesBySearch. 2023-10-10 15:06:40 +08:00
liumengyi 08ed67ec31 * Refactor actionModel::getTrashes. 2023-10-10 14:57:35 +08:00
liumengyi 79b846b1c3 * Fix error. 2023-10-10 14:33:28 +08:00
tianshujie aabe664421 * Modify the permissions of a function. 2023-10-10 14:32:12 +08:00
tianshujie 5032e1cf64 * Fixed an link list search issue. 2023-10-10 14:32:12 +08:00
tianshujie fb92b70ce5 * Fixed an link list search issue. 2023-10-10 14:32:12 +08:00
sunhao 3cf441e22d * zin: fix load=table not work. 2023-10-10 14:23:54 +08:00
liumengyi 83a0f5b0e5 * Optimize code. 2023-10-10 14:20:02 +08:00
liumengyi 2e4345572a * Refactor actionModel::getList. 2023-10-10 14:17:36 +08:00
liugang a96336878d * testtask: refactor the scritp to test the getByList method. 2023-10-10 14:02:34 +08:00
liugang 2ff82aa533 + testtaskModel: return empty array if the $idList parameter is empty. 2023-10-10 14:02:08 +08:00
daitingting 98990424af * Close toTask modal when locate to task view. 2023-10-10 05:52:42 +00:00
liugang 702b91e7df * testtask: refactor the script to test the getByBuild method. 2023-10-10 13:45:51 +08:00
liugang 130bb20e37 - testtask: remove unused comment messages. 2023-10-10 13:31:20 +08:00
liugang 5e3b770b8c * testtask: declare a variable to receive the instantiated object of the testtaskModel class. 2023-10-10 13:25:57 +08:00
daitingting 1636ada5ee * Adjust the params when call getBySearch function. 2023-10-10 05:22:32 +00:00
tianshujie cc69100563 * Modify the release list field display problem. 2023-10-10 13:18:38 +08:00
tianshujie 9f3d74aee8 * Refactor case of the batchUnlinkStory method. 2023-10-10 11:25:10 +08:00
tianshujie 92d70496be * Refactor batchUnlinkStory method. 2023-10-10 11:25:10 +08:00
daitingting f7bbb5a11b * Remove empty value. 2023-10-10 03:22:07 +00:00
tianshujie 0dd1c8c61b * Refactor case of the unlinkStory method. 2023-10-10 11:12:01 +08:00
tianshujie cfe8798708 * Refactor unlinkStory method. 2023-10-10 11:12:01 +08:00
tianshujie e02eb0f7db * Remove useless search fields. 2023-10-10 11:12:01 +08:00
liumengyi 3c63afde02 * Refactor actionModel::getRelatedFields. 2023-10-10 10:54:39 +08:00
tianshujie 7c438d17a2 * Refactor case of the linkStory method. 2023-10-10 10:51:25 +08:00
tianshujie f31d59e928 * Refactor linkStory method. 2023-10-10 10:51:25 +08:00
liugang 1ab4c6fe32 * testtask: declare access of the create method. 2023-10-10 10:48:50 +08:00
liugang 141603e74b * testtask: refactor the script to test the getAllLinkableCases method. 2023-10-10 10:39:43 +08:00
liugang 392d5316f4 * testtaskModel: refactor the getAllLinkableCases method. 2023-10-10 10:39:10 +08:00
tianshujie 2aed96cd7e + Add case of the delete method. 2023-10-10 09:58:05 +08:00
tianshujie f878b65b55 * Refactor delete method. 2023-10-10 09:58:05 +08:00
wangyidong 66c95d69c3 * Adjust unit test for story model. 2023-10-10 09:43:25 +08:00
tianshujie 743ff0b365 + Add case of the getBugList method. 2023-10-10 09:41:59 +08:00
tianshujie 5f532576e1 + Add default values to the parameters. 2023-10-10 09:41:59 +08:00
tianshujie 8c420e510c + Add case of the getStoryList method. 2023-10-10 09:41:59 +08:00
tianshujie fa83ba298e * Refactor case of the getByID method. 2023-10-10 09:41:59 +08:00
tianshujie 7cd785d209 * Refactor view method. 2023-10-10 09:41:59 +08:00
daitingting 358ad816b6 * Adjust width. 2023-10-10 01:37:53 +00:00
liugang bffb170a1e * testtask: refactor the script to test the createResult method. 2023-10-10 08:44:34 +08:00
tianshujie 6f13468733 * Modify the statistics at the bottom of the release list. 2023-10-09 17:28:56 +08:00
wangxuepeng 5aa5215aa1 * Move the judgement of action mr to tao. 2023-10-09 09:24:47 +00:00
wangxuepeng df0b1a3382 * ActionModel code fomatter. 2023-10-09 09:18:19 +00:00
tianshujie 6bba69cf35 * Modify the delete button config. 2023-10-09 17:08:14 +08:00
wangxuepeng 5c881a279b - Remove some blank lines from actionModel::getList. 2023-10-09 09:04:42 +00:00
sunhao 1aec7f691f * zin: fix ajax action response not work on global link click. 2023-10-09 17:03:26 +08:00
wangxuepeng 18095cf110 - Remove some notes from actionModel::create. 2023-10-09 09:00:32 +00:00
tianshujie 69b4aba98a * Refactor case of the getList method. 2023-10-09 16:57:07 +08:00