[PR #1934] [MERGED] Fix engine bug in getIssueByID #16131

Closed
opened 2025-11-02 12:03:00 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/go-gitea/gitea/pull/1934
Author: @ethantkoenig
Created: 6/11/2017
Status: Merged
Merged: 6/11/2017
Merged by: @lunny

Base: masterHead: fix/get_issue_by_id


📝 Commits (1)

  • 1dcbeef Fix engine bug in getIssueByID

📊 Changes

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

View changed files

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

📄 Description

Use loadAttributes(e) instead of LoadAttributes() (which uses x)


🔄 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/1934 **Author:** [@ethantkoenig](https://github.com/ethantkoenig) **Created:** 6/11/2017 **Status:** ✅ Merged **Merged:** 6/11/2017 **Merged by:** [@lunny](https://github.com/lunny) **Base:** `master` ← **Head:** `fix/get_issue_by_id` --- ### 📝 Commits (1) - [`1dcbeef`](https://github.com/go-gitea/gitea/commit/1dcbeeff3b3eba28e3b40c1cd51db907bf5586dc) Fix engine bug in getIssueByID ### 📊 Changes **1 file changed** (+1 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `models/issue.go` (+1 -1) </details> ### 📄 Description Use `loadAttributes(e)` instead of `LoadAttributes()` (which uses `x`) --- <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 12:03:01 -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#16131