gitea/models/issues
Giteabot 2a184796b5
Fix wrong review requested number (#26784) (#26880)
Backport #26784 by @lng2020

Fix the wrong review requested number mentioned by #18808 .
Fix #18808 
Before:

![ksnip_20230829-140750](https://github.com/go-gitea/gitea/assets/70063547/0af2055b-6f16-4699-a944-c7186831d7f9)
After:

![ksnip_20230829-141817](https://github.com/go-gitea/gitea/assets/70063547/16633264-20ba-45e3-bfbb-a495ed76a45b)

Co-authored-by: Nanguan Lin <70063547+lng2020@users.noreply.github.com>
2023-09-03 12:37:07 +02:00
..
assignees_test.go
assignees.go
comment_code.go Show outdated comments in files changed tab (#24936) (#25428) 2023-06-22 08:34:42 +00:00
comment_list.go
comment_test.go Show outdated comments in files changed tab (#24936) (#25428) 2023-06-22 08:34:42 +00:00
comment.go Replace interface{} with any (#25686) (#25687) 2023-07-04 23:41:32 -04:00
content_history_test.go
content_history.go
dependency_test.go
dependency.go
issue_index.go
issue_label.go Some refactors for issues stats (#24793) 2023-05-19 22:17:48 +08:00
issue_list_test.go Fix empty project displayed in issue sidebar (#25802) (#25854) 2023-07-12 19:07:03 +02:00
issue_list.go Improve loadprojects for issue list (#25468) (#25493) 2023-06-26 02:06:58 +00:00
issue_lock.go
issue_project.go Fix empty project displayed in issue sidebar (#25802) (#25854) 2023-07-12 19:07:03 +02:00
issue_search.go Fix wrong review requested number (#26784) (#26880) 2023-09-03 12:37:07 +02:00
issue_stats.go Fix project filter bugs (#26490) (#26558) 2023-08-19 12:21:45 +02:00
issue_test.go Fix empty project displayed in issue sidebar (#25802) (#25854) 2023-07-12 19:07:03 +02:00
issue_update.go Replace interface{} with any (#25686) (#25687) 2023-07-04 23:41:32 -04:00
issue_user_test.go Fix bug with sqlite load read (#26305) (#26339) 2023-08-05 10:35:08 +03:00
issue_user.go Fix bug with sqlite load read (#26305) (#26339) 2023-08-05 10:35:08 +03:00
issue_watch_test.go
issue_watch.go
issue_xref_test.go
issue_xref.go
issue.go Fix bug when pushing to a pull request which enabled dismiss approval automatically (#25882) (#26158) 2023-07-27 10:36:54 +08:00
label_test.go
label.go Some refactors for issues stats (#24793) 2023-05-19 22:17:48 +08:00
main_test.go
milestone_test.go
milestone.go
pull_list.go Remove duplicated issues options and some more refactors (#24787) 2023-05-18 10:45:25 +00:00
pull_test.go Add transaction when creating pull request created dirty data (#26259) (#26437) 2023-08-11 05:27:23 +00:00
pull.go Add transaction when creating pull request created dirty data (#26259) (#26437) 2023-08-11 05:27:23 +00:00
reaction_test.go
reaction.go
review_list.go Fix bug when pushing to a pull request which enabled dismiss approval automatically (#25882) (#26158) 2023-07-27 10:36:54 +08:00
review_test.go Fix bug when pushing to a pull request which enabled dismiss approval automatically (#25882) (#26158) 2023-07-27 10:36:54 +08:00
review.go Add transaction when creating pull request created dirty data (#26259) (#26437) 2023-08-11 05:27:23 +00:00
stopwatch_test.go
stopwatch.go
tracked_time_test.go
tracked_time.go