[PR #3824] [MERGED] Fix to 3819 - Filtering issues by tags on main screen issues #17100

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

📋 Pull Request Information

Original PR: https://github.com/go-gitea/gitea/pull/3824
Author: @rvillablanca
Created: 4/20/2018
Status: Merged
Merged: 10/28/2018
Merged by: @jonasfranz

Base: masterHead: 3819-issues-filtering


📝 Commits (5)

  • be90bc4 Fix to 3819
  • c2ba0c1 Changes suggested
  • 36f687c Empty line removed
  • 7243ed9 Fix error: non-name opts.Labels on left side of :=
  • 0631f90 Merge branch 'master' into 3819-issues-filtering

📊 Changes

2 files changed (+3 additions, -1 deletions)

View changed files

📝 routers/user/home.go (+2 -0)
📝 templates/user/dashboard/issues.tmpl (+1 -1)

📄 Description

This PR solves the issue #3819 where you can't filter issues by pressing on the tags.

Because there is a Default label set, there are many tags with same color and name like bug, but they have differents id so when you filter by pressing in one tag, you are filtering only for one repo.

Maybe this could be improved with another PR.


🔄 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/3824 **Author:** [@rvillablanca](https://github.com/rvillablanca) **Created:** 4/20/2018 **Status:** ✅ Merged **Merged:** 10/28/2018 **Merged by:** [@jonasfranz](https://github.com/jonasfranz) **Base:** `master` ← **Head:** `3819-issues-filtering` --- ### 📝 Commits (5) - [`be90bc4`](https://github.com/go-gitea/gitea/commit/be90bc41f79bc5ab3b7160444a1ffdc61a1a2bc7) Fix to 3819 - [`c2ba0c1`](https://github.com/go-gitea/gitea/commit/c2ba0c16f84eba49c4a521c2508b2bb902e78b06) Changes suggested - [`36f687c`](https://github.com/go-gitea/gitea/commit/36f687cc061440cb201d59494be06333e0e9e3db) Empty line removed - [`7243ed9`](https://github.com/go-gitea/gitea/commit/7243ed9b4e19aad4b2073ed11d8488434f603d53) Fix error: non-name opts.Labels on left side of := - [`0631f90`](https://github.com/go-gitea/gitea/commit/0631f90266a7d670877ce8f12e3f0d4eb2b6bef9) Merge branch 'master' into 3819-issues-filtering ### 📊 Changes **2 files changed** (+3 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `routers/user/home.go` (+2 -0) 📝 `templates/user/dashboard/issues.tmpl` (+1 -1) </details> ### 📄 Description This PR solves the issue #3819 where you can't filter issues by pressing on the tags. Because there is a Default label set, there are many tags with same color and name like `bug`, but they have differents id so when you filter by pressing in one tag, you are filtering only for one repo. Maybe this could be improved with another PR. --- <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:26: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#17100