]> source.dussan.org Git - gitea.git/commit
Fix #933
authorRaphael Randschau <nicolai86@me.com>
Fri, 20 Feb 2015 06:52:56 +0000 (07:52 +0100)
committerRaphael Randschau <nicolai86@me.com>
Sat, 21 Feb 2015 08:37:48 +0000 (09:37 +0100)
commit4f567edc6edbe8f43e6acd54bc3fe4e579b2389a
tree254aeef07e325f853d93d757a0db92f24db4cb18
parent8f1d2d9f240b0ef62df13b8c90d199fcf6069b34
Fix #933

Not sure why, but xorm ignores the num_issues and num_closed_issues
columns when updating, even though the values changed.

Listing them explicitly fixes the issue with the wrong issue counts
models/issue.go