mirror of
https://github.com/go-gitea/gitea
synced 2024-11-02 08:14:25 +00:00
bfecf3bd89
Close: #23738
The actual cause of `500 Internal Server Error` in the issue is not what
is descirbed in the issue.
The actual cause is that after deleting team, if there is a PR which has
requested reivew from the deleted team, the comment could not match with
the deleted team by `assgin_team_id`. So the value of `.AssigneeTeam`
(see below code block) is `nil` which cause `500 error`.
|
||
---|---|---|
.. | ||
add_reaction.tmpl | ||
attachments.tmpl | ||
comments_delete_time.tmpl | ||
comments.tmpl | ||
context_menu.tmpl | ||
pull_merge_instruction.tmpl | ||
pull.tmpl | ||
reactions.tmpl | ||
reference_issue_dialog.tmpl | ||
sidebar.tmpl | ||
update_branch_by_merge.tmpl |