]> source.dussan.org Git - redmine.git/commit
Workflow copy:
authorJean-Philippe Lang <jp_lang@yahoo.fr>
Sat, 15 Mar 2008 08:27:38 +0000 (08:27 +0000)
committerJean-Philippe Lang <jp_lang@yahoo.fr>
Sat, 15 Mar 2008 08:27:38 +0000 (08:27 +0000)
commitaec989707edc47161192eba74f1a88123b12360a
tree5a810a6a3fb4fb76b9cfdb439eedc666bf4d049a
parent993b60d61eb927cff21ea0b06c1631eb986f6a51
Workflow copy:
* added the ability the copy an existing workflow when creating a new role (closes #841)
* use a single raw insert statement to copy tracker/role workflow rather than instantiating hundreds/thousands of objects

git-svn-id: http://redmine.rubyforge.org/svn/trunk@1252 e93f8b46-1217-0410-a6f0-8f06a7374b81
app/controllers/roles_controller.rb
app/controllers/trackers_controller.rb
app/models/role.rb
app/models/tracker.rb
app/views/roles/_form.rhtml
app/views/trackers/_form.rhtml
test/functional/roles_controller_test.rb [new file with mode: 0644]
test/unit/role_test.rb [new file with mode: 0644]
test/unit/tracker_test.rb [new file with mode: 0644]