]> source.dussan.org Git - gitea.git/commit
Show correct issues for team dashboard (#14952)
authorNorwin <noerw@users.noreply.github.com>
Fri, 12 Mar 2021 03:06:33 +0000 (03:06 +0000)
committerGitHub <noreply@github.com>
Fri, 12 Mar 2021 03:06:33 +0000 (04:06 +0100)
commitdf76d9f7ad0bf2f54e3d09d3238d77049226d693
treedb6dc03de6d040332101395ad669098fa0463e36
parenta44b2d01d2188c45242717c69eb277314eb64f00
Show correct issues for team dashboard (#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 #14941

* don't spam a warning for a perfectly fine request
routers/user/home.go