Merge branch 'master' into 8554-trash-untrash-unix-volume
[arvados.git] / services / api / app / controllers / arvados / v1 / collections_controller.rb
index 956de8e8942826bdb1ad1473c9d5e1f59631a8e9..44733cdfb82ff1c21c4ca379a723110ebcaf5721 100644 (file)
@@ -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