[ARVADOS] updated: e9c5c59ee3dc288146eed9ec1e2405e44c99dc8c
git at public.curoverse.com
git at public.curoverse.com
Thu May 29 13:41:27 EDT 2014
Summary of changes:
apps/workbench/app/controllers/collections_controller.rb | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
via e9c5c59ee3dc288146eed9ec1e2405e44c99dc8c (commit)
from ba1b5732843a1b78c11fc311a52128acc1fb9f6d (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 e9c5c59ee3dc288146eed9ec1e2405e44c99dc8c
Author: Peter Amstutz <peter.amstutz at curoverse.com>
Date: Thu May 29 13:41:23 2014 -0400
Another fix to sharing scope to use keep_services/accessible. refs #2766
diff --git a/apps/workbench/app/controllers/collections_controller.rb b/apps/workbench/app/controllers/collections_controller.rb
index a13d7d3..218ba89 100644
--- a/apps/workbench/app/controllers/collections_controller.rb
+++ b/apps/workbench/app/controllers/collections_controller.rb
@@ -121,7 +121,7 @@ class CollectionsController < ApplicationController
end
def sharing_scopes
- ["GET /arvados/v1/collections/#{@object.uuid}", "GET /arvados/v1/collections/#{@object.uuid}/", "GET /arvados/v1/keep_services"]
+ ["GET /arvados/v1/collections/#{@object.uuid}", "GET /arvados/v1/collections/#{@object.uuid}/", "GET /arvados/v1/keep_services/accessible"]
end
def search_scopes
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list