0
0
mirror of https://github.com/go-gitea/gitea.git synced 2025-01-24 11:07:28 +01:00
gitea/models/issues
Zettat123 0ab22a1a02
fix incorrect role labels for migrated issues and comments (#22914)
Fix #22797.

## Reason
If a comment was migrated from other platforms, this comment may have an
original author and its poster is always not the original author. When
the `roleDescriptor` func get the poster's role descriptor for a
comment, it does not check if the comment has an original author. So the
migrated comments' original authors might be marked as incorrect roles.

---------

Co-authored-by: zeripath <art27@cantab.net>
Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com>
2023-02-15 12:29:13 -05:00
..
assignees_test.go
assignees.go
comment_code.go
comment_list.go Implement actions (#21937) 2023-01-31 09:45:19 +08:00
comment_test.go
comment.go fix incorrect role labels for migrated issues and comments (#22914) 2023-02-15 12:29:13 -05:00
content_history_test.go
content_history.go
dependency_test.go
dependency.go
issue_index.go
issue_list_test.go
issue_list.go Implement actions (#21937) 2023-01-31 09:45:19 +08:00
issue_lock.go
issue_project.go Support org/user level projects (#22235) 2023-01-20 19:42:33 +08:00
issue_test.go
issue_user_test.go
issue_user.go
issue_watch_test.go
issue_watch.go
issue_xref_test.go
issue_xref.go Fix more HTMLURL in templates (#22831) 2023-02-09 11:31:30 -05:00
issue.go fix incorrect role labels for migrated issues and comments (#22914) 2023-02-15 12:29:13 -05:00
label_test.go
label.go
main_test.go
milestone_test.go
milestone.go
pull_list.go Set PR for issue when load attributes for PRs (#22766) 2023-02-05 08:24:43 -06:00
pull_test.go
pull.go Use link in UI which returned a relative url but not html_url which contains an absolute url (#21986) 2023-02-06 12:09:18 -06:00
reaction_test.go
reaction.go
review_test.go
review.go Implement actions (#21937) 2023-01-31 09:45:19 +08:00
stopwatch_test.go
stopwatch.go
tracked_time_test.go
tracked_time.go