[ARVADOS] updated: aab0e7a008eecb0e3dff1e2351b3ffab3f487ebc

git at public.curoverse.com git at public.curoverse.com
Mon Jul 28 14:22:57 EDT 2014


Summary of changes:
 apps/workbench/app/controllers/projects_controller.rb | 6 +++---
 sdk/cli/bin/crunch-job                                | 4 +---
 2 files changed, 4 insertions(+), 6 deletions(-)

       via  aab0e7a008eecb0e3dff1e2351b3ffab3f487ebc (commit)
       via  d0472c2cdefecde7e484e51f069b5e6339ae4de5 (commit)
       via  b34070ef0ed43062e1e923c8771237575dbb5fa7 (commit)
      from  4890341c4536ed13770f4313b37dc8202da3b54c (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 aab0e7a008eecb0e3dff1e2351b3ffab3f487ebc
Merge: d0472c2 b34070e
Author: radhika <radhika at curoverse.com>
Date:   Mon Jul 28 14:22:27 2014 -0400

    Merge branch 'master' into 2985-selection-button-move-copy


commit d0472c2cdefecde7e484e51f069b5e6339ae4de5
Author: radhika <radhika at curoverse.com>
Date:   Mon Jul 28 14:22:01 2014 -0400

    2985: fix typo

diff --git a/apps/workbench/app/controllers/projects_controller.rb b/apps/workbench/app/controllers/projects_controller.rb
index d76dfe8..d243ef4 100644
--- a/apps/workbench/app/controllers/projects_controller.rb
+++ b/apps/workbench/app/controllers/projects_controller.rb
@@ -62,9 +62,9 @@ class ProjectsController < ApplicationController
       each do |resource_class|
       resource_class.filter([['uuid','in',uuids_to_add]]).each do |dst|
         if resource_class == Collection
-          dst = Link.new(owner_uuid: target_object.uuid,
-                         tail_uuid: target_object.uuid,
-                         head_uuid: target_uuid,
+          dst = Link.new(owner_uuid: target_uuid,
+                         tail_uuid: target_uuid,
+                         head_uuid: dst.uuid,
                          link_class: 'name',
                          name: target_uuid)
         else

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


hooks/post-receive
-- 




More information about the arvados-commits mailing list