X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/427da80092302506bbf5f97b30e9e2e927e06596..419013258ddead1ece05327e96017222f4aa7de8:/services/api/app/models/collection.rb diff --git a/services/api/app/models/collection.rb b/services/api/app/models/collection.rb index 4a612924b6..248c8b9824 100644 --- a/services/api/app/models/collection.rb +++ b/services/api/app/models/collection.rb @@ -356,6 +356,12 @@ class Collection < ArvadosModel super - ["manifest_text"] end + def logged_attributes + attrs = attributes.dup + attrs.delete('manifest_text') + attrs + end + protected def portable_manifest_text self.class.munge_manifest_locators(manifest_text) do |match|