]> source.dussan.org Git - redmine.git/commit
Let the user choose when deleting issues with reported hours (closes #734, #71):
authorJean-Philippe Lang <jp_lang@yahoo.fr>
Fri, 29 Feb 2008 22:54:07 +0000 (22:54 +0000)
committerJean-Philippe Lang <jp_lang@yahoo.fr>
Fri, 29 Feb 2008 22:54:07 +0000 (22:54 +0000)
commitc01c64e9783dc361d98ca8dc37d2b3a661ae1945
tree42c3c5a2b6e59e5a1879601f37d69d4c651911e3
parent87742f23edb3bbcbaf12540d2ff510ad8edac09e
Let the user choose when deleting issues with reported hours (closes #734, #71):
* to delete the hours
* to assign the hours to the project
* to reassign the hours to another issue

git-svn-id: http://redmine.rubyforge.org/svn/trunk@1182 e93f8b46-1217-0410-a6f0-8f06a7374b81
29 files changed:
app/controllers/issues_controller.rb
app/models/issue.rb
app/views/issue_categories/destroy.rhtml
app/views/issues/destroy.rhtml [new file with mode: 0644]
lang/bg.yml
lang/cs.yml
lang/de.yml
lang/en.yml
lang/es.yml
lang/fi.yml
lang/fr.yml
lang/he.yml
lang/it.yml
lang/ja.yml
lang/ko.yml
lang/lt.yml
lang/nl.yml
lang/pl.yml
lang/pt-br.yml
lang/pt.yml
lang/ro.yml
lang/ru.yml
lang/sr.yml
lang/sv.yml
lang/uk.yml
lang/zh-tw.yml
lang/zh.yml
test/functional/issues_controller_test.rb
test/unit/issue_test.rb