9701: Merge branch 'master' into 9701-collection-pack-small-files-alt
[arvados.git] / services / api / app / models / collection.rb
index 4a612924b617f9b9b1dc5c4d7507f8113fdb5553..4a054413ce21e0076e79100934f20d248c49198d 100644 (file)
@@ -46,6 +46,10 @@ class Collection < ArvadosModel
                 )
   end
 
+  def self.ignored_select_attributes
+    super + ["updated_at", "file_names"]
+  end
+
   FILE_TOKEN = /^[[:digit:]]+:[[:digit:]]+:/
   def check_signatures
     return false if self.manifest_text.nil?