[PR #2714] [MERGED] Fix PR, milestone and label functionality if issue unit is disabled (#2710) #16553

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

📋 Pull Request Information

Original PR: https://github.com/go-gitea/gitea/pull/2714
Author: @lafriks
Created: 10/16/2017
Status: Merged
Merged: 10/16/2017
Merged by: @lafriks

Base: release/v1.2Head: backport/fix_pr_without_issues


📝 Commits (1)

  • 7bc6b34 Fix PR, milestone and label functionality if issue unit is disabled (#2710)

📊 Changes

7 files changed (+74 additions, -42 deletions)

View changed files

📝 models/repo.go (+15 -0)
📝 modules/context/repo.go (+9 -0)
📝 routers/repo/issue.go (+28 -15)
📝 routers/repo/issue_label.go (+0 -4)
📝 routers/repo/issue_watch.go (+3 -5)
📝 routers/routes/routes.go (+14 -13)
📝 templates/repo/issue/list.tmpl (+5 -5)

📄 Description

Backport of #2710 to release/1.2


🔄 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/2714 **Author:** [@lafriks](https://github.com/lafriks) **Created:** 10/16/2017 **Status:** ✅ Merged **Merged:** 10/16/2017 **Merged by:** [@lafriks](https://github.com/lafriks) **Base:** `release/v1.2` ← **Head:** `backport/fix_pr_without_issues` --- ### 📝 Commits (1) - [`7bc6b34`](https://github.com/go-gitea/gitea/commit/7bc6b34112fd62061cf48ff7c1ce4fe395ce6964) Fix PR, milestone and label functionality if issue unit is disabled (#2710) ### 📊 Changes **7 files changed** (+74 additions, -42 deletions) <details> <summary>View changed files</summary> 📝 `models/repo.go` (+15 -0) 📝 `modules/context/repo.go` (+9 -0) 📝 `routers/repo/issue.go` (+28 -15) 📝 `routers/repo/issue_label.go` (+0 -4) 📝 `routers/repo/issue_watch.go` (+3 -5) 📝 `routers/routes/routes.go` (+14 -13) 📝 `templates/repo/issue/list.tmpl` (+5 -5) </details> ### 📄 Description Backport of #2710 to release/1.2 --- <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:13:18 -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#16553