]> source.dussan.org Git - gitea.git/commit
Fix excluding more than two labels on issues list (#14962)
authorzeripath <art27@cantab.net>
Fri, 12 Mar 2021 16:07:23 +0000 (16:07 +0000)
committerGitHub <noreply@github.com>
Fri, 12 Mar 2021 16:07:23 +0000 (00:07 +0800)
commitccfb205ad126ac6fa3490e43a8075947e05a731a
tree9c363e6174cfb3ab2e454f14c80d3984c341ad2a
parent855a4f476e848dcb60422d299f003e69adbdc79a
Fix excluding more than two labels on issues list (#14962)

* Fix excluding more than two labels on issues list

Fix #14840

Signed-off-by: Andrew Thornton <art27@cantab.net>
* refactor DRY

* fix multiple-label filter on milestone issuelist

* Apply suggestions from code review

Co-authored-by: jaqra <48099350+jaqra@users.noreply.github.com>
* Update web_src/js/index.js

Co-authored-by: Norwin Roosen <git@nroo.de>
Co-authored-by: jaqra <48099350+jaqra@users.noreply.github.com>
templates/repo/issue/milestone_issues.tmpl
web_src/js/index.js