]> source.dussan.org Git - gitea.git/commit
Fix overdue marking of closed issues and milestones (#14923)
authorzeripath <art27@cantab.net>
Mon, 8 Mar 2021 01:55:57 +0000 (01:55 +0000)
committerGitHub <noreply@github.com>
Mon, 8 Mar 2021 01:55:57 +0000 (02:55 +0100)
commit78b7529cd471eafefd555fe82b8dbb8b63dcd9f5
tree51dca1a79b4dcb71c7895cc7ede7ca10e13ab307
parent09fe0abb32d9b171f1e4b7d75928dfe77735585b
Fix overdue marking of closed issues and milestones (#14923)

Closed milestones and issues should only be marked overdue if they were
closed after their deadline.

Fix: #14536

Signed-off-by: Andrew Thornton <art27@cantab.net>
models/issue.go
models/issue_milestone.go