赵智超 and GitHub
f9f2c163b1
bug: fix assignees double load bug ( #10856 )
...
Because the assigness has been loaded in
compare.go 416:
RetrieveRepoMetas(ctx, ctx.Repo.Repository, true)
then
issue.go 381
RetrieveRepoMilestonesAndAssignees(ctx, repo)
then
issue.go 361 -- 365 , they are load assignees
So the code on compare.go 425 -- 427 is double work,
and which is the reason of #10853
Signed-off-by: a1012112796 <1012112796@qq.com >
2020-03-28 14:22:52 +00:00
..
2020-01-20 12:07:30 +02:00
2020-03-07 21:06:15 +00:00
2020-03-27 14:34:39 +02:00
2020-03-28 01:13:18 -03:00
2020-02-27 20:10:27 -03:00
2020-03-28 14:22:52 +00:00
2020-01-17 20:16:05 +08:00
2019-11-13 07:01:19 +00:00
2020-03-28 01:13:18 -03:00
2020-01-21 17:51:39 -05:00
2020-01-20 13:00:32 +01:00
2018-03-30 07:21:27 +08:00
2020-02-09 14:33:03 +00:00
2019-02-18 22:55:04 +02:00
2019-02-05 13:38:11 +02:00
2019-12-27 20:30:58 +00:00
2019-12-14 01:53:32 +01:00
2020-03-07 21:06:15 +00:00
2020-03-17 12:19:58 -04:00
2017-11-30 17:52:15 +02:00
2019-11-15 10:53:20 +00:00
2020-03-17 15:08:15 -04:00
2020-01-17 11:23:46 +01:00
2020-03-28 01:13:18 -03:00
2019-11-13 07:01:19 +00:00
2020-01-24 14:00:29 -05:00
2020-03-26 19:14:51 +00:00
2020-02-20 16:53:55 -03:00
2020-03-27 00:26:34 +02:00
2020-01-31 15:49:04 +00:00
2019-12-28 10:08:05 +08:00
2019-09-03 23:46:24 +08:00
2020-02-27 16:20:55 -03:00
2020-03-28 15:09:55 +02:00
2020-01-28 09:44:08 +00:00
2020-02-27 16:20:55 -03:00