[ARVADOS] updated: 78c91071631a4cdbf87ae6d9a2379a1f10370d20
git at public.curoverse.com
git at public.curoverse.com
Mon Aug 11 15:10:21 EDT 2014
Summary of changes:
services/api/app/controllers/arvados/v1/collections_controller.rb | 2 --
1 file changed, 2 deletions(-)
via 78c91071631a4cdbf87ae6d9a2379a1f10370d20 (commit)
from 198b34d92461b8b4e0ae92eed75b5a3b3577e6ca (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 78c91071631a4cdbf87ae6d9a2379a1f10370d20
Author: Brett Smith <brett at curoverse.com>
Date: Mon Aug 11 15:11:51 2014 -0400
3412: Remove outdated comment.
diff --git a/services/api/app/controllers/arvados/v1/collections_controller.rb b/services/api/app/controllers/arvados/v1/collections_controller.rb
index 65387ac..b65fa5b 100644
--- a/services/api/app/controllers/arvados/v1/collections_controller.rb
+++ b/services/api/app/controllers/arvados/v1/collections_controller.rb
@@ -256,8 +256,6 @@ class Arvados::V1::CollectionsController < ApplicationController
def find_objects_for_index
# Omit manifest_text from index results unless expressly selected.
- # If the user has selected fields that derive from manifest_text, we'll
- # need to fetch it during search, then hide it from the results.
@select ||= model_class.api_accessible_attributes(:user).
map { |attr_spec| attr_spec.first.to_s } - ["manifest_text"]
super
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list