Added the hability to copy an issue.
commit4233ef30fa79cd234ae5e8adddc0360f6451a7b6
authorjplang <jplang@e93f8b46-1217-0410-a6f0-8f06a7374b81>
Sun, 28 Oct 2007 14:31:59 +0000 (28 14:31 +0000)
committerjplang <jplang@e93f8b46-1217-0410-a6f0-8f06a7374b81>
Sun, 28 Oct 2007 14:31:59 +0000 (28 14:31 +0000)
tree62abc086a5c11385d04901dba5c0b050a2346034
parentce76dd6ec8c325d4785942e8c0aae597f5480bca
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