]> source.dussan.org Git - redmine.git/commit
Moved new group user to its own action GroupsController#new_users.
authorJean-Philippe Lang <jp_lang@yahoo.fr>
Sun, 16 Nov 2014 08:53:39 +0000 (08:53 +0000)
committerJean-Philippe Lang <jp_lang@yahoo.fr>
Sun, 16 Nov 2014 08:53:39 +0000 (08:53 +0000)
commit1508cd7b8bf9dbc8ef22b6febd1047455c3c72cd
tree88daaa947aab2dceb7d6c64223b445f3bc7450bb
parent67835aa74d0412d538bee97d975564a8fec5b2c4
Moved new group user to its own action GroupsController#new_users.

git-svn-id: http://svn.redmine.org/redmine/trunk@13602 e93f8b46-1217-0410-a6f0-8f06a7374b81
app/controllers/groups_controller.rb
app/helpers/groups_helper.rb
app/views/groups/_new_users_form.html.erb [new file with mode: 0644]
app/views/groups/_new_users_modal.html.erb [new file with mode: 0644]
app/views/groups/_users.html.erb
app/views/groups/add_users.js.erb
app/views/groups/new_users.html.erb [new file with mode: 0644]
app/views/groups/new_users.js.erb [new file with mode: 0644]
config/routes.rb
test/functional/groups_controller_test.rb
test/integration/routing/groups_test.rb