[PR #2710] [MERGED] Fix PR, milestone and label functionality if issue unit is disabled #16551

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

📋 Pull Request Information

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

Base: masterHead: fix/pr_with_ext_issues


📝 Commits (5)

  • ef3792f Fix PR, milestone and label functionality if issue unit is disabled or not assigned to user
  • d2237b9 Fix multi-actions in PR page
  • 956aa30 Change error message
  • 5e68565 Fix comment update and delete functionality in PR
  • f1db8e5 Merge branch 'master' into fix/pr_with_ext_issues

📊 Changes

7 files changed (+68 additions, -66 deletions)

View changed files

📝 routers/repo/issue.go (+28 -15)
📝 routers/repo/issue_label.go (+0 -4)
📝 routers/repo/issue_stopwatch.go (+12 -10)
📝 routers/repo/issue_timetrack.go (+6 -8)
📝 routers/repo/issue_watch.go (+3 -5)
📝 routers/routes/routes.go (+14 -19)
📝 templates/repo/issue/list.tmpl (+5 -5)

📄 Description

Fix PR, milestone and label functionality if issue unit is disabled or not available for user

Fixes #2447


🔄 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/2710 **Author:** [@lafriks](https://github.com/lafriks) **Created:** 10/15/2017 **Status:** ✅ Merged **Merged:** 10/16/2017 **Merged by:** [@lafriks](https://github.com/lafriks) **Base:** `master` ← **Head:** `fix/pr_with_ext_issues` --- ### 📝 Commits (5) - [`ef3792f`](https://github.com/go-gitea/gitea/commit/ef3792f8029d21cf1e4a9f2227bb0578e38e610b) Fix PR, milestone and label functionality if issue unit is disabled or not assigned to user - [`d2237b9`](https://github.com/go-gitea/gitea/commit/d2237b9c446c73fdbcbf06185d8ce8ad2dc310fd) Fix multi-actions in PR page - [`956aa30`](https://github.com/go-gitea/gitea/commit/956aa30e8e3e742e5ed23b09765a234c42b15d6b) Change error message - [`5e68565`](https://github.com/go-gitea/gitea/commit/5e68565fb921513f5553fd5bf67062af044ab90c) Fix comment update and delete functionality in PR - [`f1db8e5`](https://github.com/go-gitea/gitea/commit/f1db8e5388f389653841c16ac3a639ee60f936b8) Merge branch 'master' into fix/pr_with_ext_issues ### 📊 Changes **7 files changed** (+68 additions, -66 deletions) <details> <summary>View changed files</summary> 📝 `routers/repo/issue.go` (+28 -15) 📝 `routers/repo/issue_label.go` (+0 -4) 📝 `routers/repo/issue_stopwatch.go` (+12 -10) 📝 `routers/repo/issue_timetrack.go` (+6 -8) 📝 `routers/repo/issue_watch.go` (+3 -5) 📝 `routers/routes/routes.go` (+14 -19) 📝 `templates/repo/issue/list.tmpl` (+5 -5) </details> ### 📄 Description Fix PR, milestone and label functionality if issue unit is disabled or not available for user Fixes #2447 --- <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:15 -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#16551