[PR #18] [MERGED] Fix 500 error caused by deleted users on issues (#3675) #15095

Closed
opened 2025-11-02 11:38:45 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/go-gitea/gitea/pull/18
Author: @ghost
Created: 11/3/2016
Status: Merged
Merged: 11/9/2016
Merged by: @lunny

Base: masterHead: issue/3675


📝 Commits (3)

  • 1b59e6f Fix 500 error caused by deleted users on issues (#3675)
  • fd6be0d Still print error if user does not exist
  • a6c487f Fix err not being nil

📊 Changes

1 file changed (+4 additions, -4 deletions)

View changed files

📝 models/issue.go (+4 -4)

📄 Description

This PR will resolve 500s caused by deleted users.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/go-gitea/gitea/pull/18 **Author:** [@ghost](https://github.com/ghost) **Created:** 11/3/2016 **Status:** ✅ Merged **Merged:** 11/9/2016 **Merged by:** [@lunny](https://github.com/lunny) **Base:** `master` ← **Head:** `issue/3675` --- ### 📝 Commits (3) - [`1b59e6f`](https://github.com/go-gitea/gitea/commit/1b59e6f91011cdeccf146a20f758677143710885) Fix 500 error caused by deleted users on issues (#3675) - [`fd6be0d`](https://github.com/go-gitea/gitea/commit/fd6be0d17e8174a20e5c9cc49219f0612995cce3) Still print error if user does not exist - [`a6c487f`](https://github.com/go-gitea/gitea/commit/a6c487f6caa93c3b661ecc345b2f95c206718316) Fix err not being nil ### 📊 Changes **1 file changed** (+4 additions, -4 deletions) <details> <summary>View changed files</summary> 📝 `models/issue.go` (+4 -4) </details> ### 📄 Description This PR will resolve 500s caused by deleted users. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2025-11-02 11:38:45 -06:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/gitea#15095