Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Show correct issues for team dashboard (go-gitea#14952)
* fix no items under /org/$org/{issues,pulls}?type=mentioned it was filtering by org id, but org-mentions are not persisted like that to the DB, we need to filter by UID. This means, selecting different teams will only have an effect on the selected repos, otherwise results will be the same, which may be suboptimal. fixes go-gitea#14941 * don't spam a warning for a perfectly fine request
- Loading branch information