[yast-commit] <web-client> master : redirect after success save to control panel (bnc#557784)
![](https://seccdn.libravatar.org/avatar/f9a9cf77af20d925b328ee8c95c0068c.jpg?s=120&d=mm&r=g)
ref: refs/heads/master commit dae71ba99f2b4d3458c72b33c77c61eef9400357 Author: Josef Reidinger <jreidinger@suse.cz> Date: Tue Dec 1 13:17:52 2009 +0100 redirect after success save to control panel (bnc#557784) --- .../app/controllers/application_controller.rb | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/webclient/app/controllers/application_controller.rb b/webclient/app/controllers/application_controller.rb index 6dffe88..554f7fe 100644 --- a/webclient/app/controllers/application_controller.rb +++ b/webclient/app/controllers/application_controller.rb @@ -13,7 +13,7 @@ class ApplicationController < ActionController::Base redirect_to :controller => "controlpanel", :action => "nextstep" else logger.debug "Success non-wizard redirect" - redirect_to :action => :index + redirect_to :controller => "controlpanel", :action => "index" end end -- To unsubscribe, e-mail: yast-commit+unsubscribe@opensuse.org For additional commands, e-mail: yast-commit+help@opensuse.org
participants (1)
-
Josef Reidinger