X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/bd872ed1fbda80e4e20c2b1e916d210f670afe4e..e892c7ee96f28bef7d5b2a9314eb9549ee56634d:/services/api/app/models/collection.rb diff --git a/services/api/app/models/collection.rb b/services/api/app/models/collection.rb index 4a612924b6..4a054413ce 100644 --- a/services/api/app/models/collection.rb +++ b/services/api/app/models/collection.rb @@ -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?