[yast-commit] <web-client> master : after install patch redirect to control panel to have same behavior with other modules (bnc#557784)
ref: refs/heads/master commit 2cf58997f0f620a166c7542dd4782016445768c0 Author: Josef Reidinger <jreidinger@suse.cz> Date: Tue Dec 1 13:28:57 2009 +0100 after install patch redirect to control panel to have same behavior with other modules (bnc#557784) --- .../app/controllers/patch_updates_controller.rb | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/plugins/patch_updates/app/controllers/patch_updates_controller.rb b/plugins/patch_updates/app/controllers/patch_updates_controller.rb index a8614a0..79d5f73 100644 --- a/plugins/patch_updates/app/controllers/patch_updates_controller.rb +++ b/plugins/patch_updates/app/controllers/patch_updates_controller.rb @@ -144,6 +144,6 @@ class PatchUpdatesController < ApplicationController flash[:error] = YaST::ServiceResource.error(e) end end - redirect_to({:controller=>"patch_updates", :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