[ARVADOS] updated: d3384897f0486aebd2941210ee16c5a4d52de21c

git at public.curoverse.com git at public.curoverse.com
Sat Feb 15 21:05:26 EST 2014


Summary of changes:
 .../app/controllers/user_sessions_controller.rb    |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

       via  d3384897f0486aebd2941210ee16c5a4d52de21c (commit)
      from  7ee2fdbf6710397a608d548b210b89a68ea8f314 (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 d3384897f0486aebd2941210ee16c5a4d52de21c
Author: Tom Clegg <tom at curoverse.com>
Date:   Sat Feb 15 18:04:47 2014 -0800

    Fix symbol key used in serialized attribute. closes #2186

diff --git a/services/api/app/controllers/user_sessions_controller.rb b/services/api/app/controllers/user_sessions_controller.rb
index 046da5c..71c2823 100644
--- a/services/api/app/controllers/user_sessions_controller.rb
+++ b/services/api/app/controllers/user_sessions_controller.rb
@@ -29,7 +29,7 @@ class UserSessionsController < ApplicationController
                  tail_kind: 'email',
                  tail_uuid: omniauth['info']['email'],
                  head_kind: 'arvados#user').each do |link|
-        if prefix = link.properties[:identity_url_prefix]
+        if prefix = link.properties['identity_url_prefix']
           if prefix == omniauth['info']['identity_url'][0..prefix.size-1]
             user = User.find_by_uuid(link.head_uuid)
             break if user

-----------------------------------------------------------------------


hooks/post-receive
-- 




More information about the arvados-commits mailing list