[ARVADOS] updated: 1.3.0-3261-g02d601eb2

Git user git at public.arvados.org
Mon Oct 5 18:19:14 UTC 2020


Summary of changes:
 apps/workbench/app/models/container_request.rb | 4 ++++
 1 file changed, 4 insertions(+)

       via  02d601eb27bd5b5217b9ee25869118eae406207c (commit)
      from  bf3624d8dc43bb98d9cf329657b2178181bdfb35 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.


commit 02d601eb27bd5b5217b9ee25869118eae406207c
Author: Peter Amstutz <peter.amstutz at curii.com>
Date:   Mon Oct 5 14:18:27 2020 -0400

    Can't use generic copy for container requests refs #16886
    
    Arvados-DCO-1.1-Signed-off-by: Peter Amstutz <peter.amstutz at curii.com>

diff --git a/apps/workbench/app/models/container_request.rb b/apps/workbench/app/models/container_request.rb
index 3c08d9498..48920c55e 100644
--- a/apps/workbench/app/models/container_request.rb
+++ b/apps/workbench/app/models/container_request.rb
@@ -15,6 +15,10 @@ class ContainerRequest < ArvadosBase
     true
   end
 
+  def self.copies_to_projects?
+    false
+  end
+
   def work_unit(label=nil, child_objects=nil)
     ContainerWorkUnit.new(self, label, self.uuid, child_objects=child_objects)
   end

-----------------------------------------------------------------------


hooks/post-receive
-- 




More information about the arvados-commits mailing list