]> source.dussan.org Git - redmine.git/commit
Added the hability to copy an issue.
authorJean-Philippe Lang <jp_lang@yahoo.fr>
Sun, 28 Oct 2007 14:31:59 +0000 (14:31 +0000)
committerJean-Philippe Lang <jp_lang@yahoo.fr>
Sun, 28 Oct 2007 14:31:59 +0000 (14:31 +0000)
commit0af6f347580dd7c331f16aa50904d010fad19e23
tree62abc086a5c11385d04901dba5c0b050a2346034
parentbb4acc02d06d507424057ea41eebe54fdb224b85
Added the hability to copy an issue.
It can be done from the 'issue/show' view or from the context menu on the issue list.
The Copy functionality is of course only available if the user is allowed to create an issue.
It copies the issue attributes and the custom fields values.

git-svn-id: http://redmine.rubyforge.org/svn/trunk@873 e93f8b46-1217-0410-a6f0-8f06a7374b81
12 files changed:
app/controllers/issues_controller.rb
app/controllers/projects_controller.rb
app/models/issue.rb
app/views/issues/context_menu.rhtml
app/views/issues/show.rhtml
app/views/projects/add_issue.rhtml
lang/en.yml
lang/fr.yml
public/images/copy.png [new file with mode: 0644]
public/stylesheets/application.css
test/functional/projects_controller_test.rb
test/unit/issue_test.rb