[ARVADOS] updated: 48ad0eec0c9e63af1bef0ee83f3b885a4deadfe2
git at public.curoverse.com
git at public.curoverse.com
Wed Jan 15 14:15:10 EST 2014
Summary of changes:
.../app/controllers/sessions_controller.rb | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
via 48ad0eec0c9e63af1bef0ee83f3b885a4deadfe2 (commit)
from b1ba4904bc4ee727d8d1b3b90345612c60d4068d (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
commit 48ad0eec0c9e63af1bef0ee83f3b885a4deadfe2
Author: Peter Amstutz <peter.amstutz at curoverse.com>
Date: Wed Jan 15 14:15:51 2014 -0500
Logging out now returns you to the login page, rather than an empty "you have logged out" page. Refs #1865
diff --git a/apps/workbench/app/controllers/sessions_controller.rb b/apps/workbench/app/controllers/sessions_controller.rb
index ba08137..7967111 100644
--- a/apps/workbench/app/controllers/sessions_controller.rb
+++ b/apps/workbench/app/controllers/sessions_controller.rb
@@ -3,7 +3,7 @@ class SessionsController < ApplicationController
skip_before_filter :find_object_by_uuid, :only => [:destroy, :index]
def destroy
session.clear
- redirect_to $arvados_api_client.arvados_logout_url(return_to: logged_out_url)
+ redirect_to $arvados_api_client.arvados_logout_url(return_to: root_url)
end
def index
redirect_to root_url if session[:arvados_api_token]
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list