OSDN Git Service

Enhanced the Issue Bulk Copy feature:
authorEric Davis <edavis@littlestreamsoftware.com>
Fri, 4 Dec 2009 22:46:12 +0000 (22:46 +0000)
committerEric Davis <edavis@littlestreamsoftware.com>
Fri, 4 Dec 2009 22:46:12 +0000 (22:46 +0000)
commite1781235696fe23851154ebbdc913e970d3c0f3a
tree4e8521c7522d590fc7579e0fa3b5e97d91402092
parentc870a7b9ef35ed457911638b7a98e7681cfe6d3a
Enhanced the Issue Bulk Copy feature:

* Add a Copy option to the Context menu for multiple issues.
* Added assigned to, status, start and due date options to the move/copy form.
* Allow Issue#move_to to change attributes on the moved/copied issue.

  #4117

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@3122 e93f8b46-1217-0410-a6f0-8f06a7374b81
app/controllers/issues_controller.rb
app/models/issue.rb
app/models/workflow.rb
app/views/issues/context_menu.rhtml
app/views/issues/move.rhtml
test/functional/issues_controller_test.rb
test/unit/issue_test.rb