[ARVADOS] updated: 1.3.0-1589-g65705937e
Git user
git at public.curoverse.com
Mon Sep 9 17:18:02 UTC 2019
Summary of changes:
services/api/app/models/user.rb | 1 +
1 file changed, 1 insertion(+)
via 65705937e9c86a4ee557a32b776745e4ae8e88db (commit)
from 1c3c8f7fd2e1268b139e046fbd6a7093dd82222f (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 65705937e9c86a4ee557a32b776745e4ae8e88db
Author: Peter Amstutz <pamstutz at veritasgenetics.com>
Date: Mon Sep 9 13:17:31 2019 -0400
Add CurrentApiClient to User fix login failure refs #15558
Arvados-DCO-1.1-Signed-off-by: Peter Amstutz <pamstutz at veritasgenetics.com>
diff --git a/services/api/app/models/user.rb b/services/api/app/models/user.rb
index 8ab8ea1d8..4493f038c 100644
--- a/services/api/app/models/user.rb
+++ b/services/api/app/models/user.rb
@@ -10,6 +10,7 @@ class User < ArvadosModel
include KindAndEtag
include CommonApiTemplate
include CanBeAnOwner
+ extend CurrentApiClient
serialize :prefs, Hash
has_many :api_client_authorizations
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list