OSDN Git Service

redirect to index at creation user master
authorAkihiro Ono <a-ono@users.sourceforge.jp>
Sun, 9 Oct 2011 17:08:54 +0000 (02:08 +0900)
committerAkihiro Ono <a-ono@users.sourceforge.jp>
Sun, 9 Oct 2011 17:08:54 +0000 (02:08 +0900)
vendor/plugins/redmine_le/app/controllers/ldap_users_controller.rb

index 02bd294..8083c7c 100644 (file)
@@ -26,7 +26,7 @@ class LdapUsersController < ApplicationController
         flash[:error] = l(:error_failed_to_create_redmine_user)\r
       end\r
 \r
-      redirect_to :action => 'edit', :id => @ldap_user.login\r
+      redirect_to :action => 'index'\r
     else\r
       render :action => 'edit'\r
     end\r