X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/4c5352de29ca583c41d9babf795983ee4ea3b78e..2b6837ef2b57204b7bf4fd5c4373283892999268:/services/api/app/controllers/arvados/v1/collections_controller.rb diff --git a/services/api/app/controllers/arvados/v1/collections_controller.rb b/services/api/app/controllers/arvados/v1/collections_controller.rb index 956de8e894..44733cdfb8 100644 --- a/services/api/app/controllers/arvados/v1/collections_controller.rb +++ b/services/api/app/controllers/arvados/v1/collections_controller.rb @@ -1,6 +1,10 @@ require "arvados/keep" class Arvados::V1::CollectionsController < ApplicationController + def self.limit_index_columns_read + ["manifest_text"] + end + def create if resource_attrs[:uuid] and (loc = Keep::Locator.parse(resource_attrs[:uuid])) resource_attrs[:portable_data_hash] = loc.to_s