[PR #1624] [MERGED] fix bug on issue view when not login #15957

Closed
opened 2025-11-02 11:58:56 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/go-gitea/gitea/pull/1624
Author: @lunny
Created: 4/27/2017
Status: Merged
Merged: 4/29/2017
Merged by: @lunny

Base: masterHead: lunny/fix_issue_not_login


📝 Commits (4)

📊 Changes

4 files changed (+52 additions, -10 deletions)

View changed files

integrations/issue_test.go (+21 -0)
models/fixtures/repo_unit.yml (+15 -0)
📝 routers/repo/issue.go (+14 -10)
📝 templates/repo/issue/view_content/sidebar.tmpl (+2 -0)

📄 Description

will fix #1539


🔄 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/1624 **Author:** [@lunny](https://github.com/lunny) **Created:** 4/27/2017 **Status:** ✅ Merged **Merged:** 4/29/2017 **Merged by:** [@lunny](https://github.com/lunny) **Base:** `master` ← **Head:** `lunny/fix_issue_not_login` --- ### 📝 Commits (4) - [`5218564`](https://github.com/go-gitea/gitea/commit/5218564feaaa84b6dda202a2cc097a4396bbc7b9) fix bug on issue view when not login - [`88026a4`](https://github.com/go-gitea/gitea/commit/88026a4c0ffabc1604cf3b38969426e955280092) hide issue watch when not login - [`6477e37`](https://github.com/go-gitea/gitea/commit/6477e3708a7aeecb236d5461e7bb310f68b6f063) update the tests - [`7c03873`](https://github.com/go-gitea/gitea/commit/7c0387390a9cd9357765b085993fff36e0e624c9) fix test on issue ### 📊 Changes **4 files changed** (+52 additions, -10 deletions) <details> <summary>View changed files</summary> ➕ `integrations/issue_test.go` (+21 -0) ➕ `models/fixtures/repo_unit.yml` (+15 -0) 📝 `routers/repo/issue.go` (+14 -10) 📝 `templates/repo/issue/view_content/sidebar.tmpl` (+2 -0) </details> ### 📄 Description will fix #1539 --- <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:58:56 -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#15957