Merge branch '9277-trash-container-outputs' closes #9277
[arvados.git] / services / api / app / models / container_request.rb
index 398dadae3f1c1c280175be0800033d573b3353a4..347853523001e0473837507e64ee70ae132ff6d1 100644 (file)
@@ -96,7 +96,7 @@ class ContainerRequest < ArvadosModel
       else
         coll_name = "Container #{out_type} for request #{uuid}"
       end
-      manifest = Collection.where(portable_data_hash: pdh).first.manifest_text
+      manifest = Collection.unscoped.where(portable_data_hash: pdh).first.manifest_text
       begin
         coll = Collection.create!(owner_uuid: owner_uuid,
                                   manifest_text: manifest,