]> source.dussan.org Git - redmine.git/commit
Adds closed_on column that stores the time of the last closing (#824).
authorJean-Philippe Lang <jp_lang@yahoo.fr>
Sat, 16 Feb 2013 09:38:01 +0000 (09:38 +0000)
committerJean-Philippe Lang <jp_lang@yahoo.fr>
Sat, 16 Feb 2013 09:38:01 +0000 (09:38 +0000)
commita45c0dc55057e8c10c2d17f8dc26be5d9b771f8d
tree93fa80fd96d6c404515d23d3ce1662c2ef7ee517
parent723e21243e8df3cbb8937c32410797fa84c9cb79
Adds closed_on column that stores the time of the last closing (#824).

The value is preserved when reopening the issue.

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@11402 e93f8b46-1217-0410-a6f0-8f06a7374b81
app/models/issue.rb
db/migrate/20130215111127_add_issues_closed_on.rb [new file with mode: 0644]
db/migrate/20130215111141_populate_issues_closed_on.rb [new file with mode: 0644]
test/fixtures/issues.yml
test/unit/issue_test.rb