[ARVADOS] updated: 2bb2789ff129b4112d81ba343fadfb7ad362ecd1

git at public.curoverse.com git at public.curoverse.com
Thu May 1 22:20:42 EDT 2014


Summary of changes:
 .../api/app/controllers/application_controller.rb  |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

       via  2bb2789ff129b4112d81ba343fadfb7ad362ecd1 (commit)
      from  1c9ae7e8c8d7920602250958333751b769fb3a72 (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 2bb2789ff129b4112d81ba343fadfb7ad362ecd1
Author: Tom Clegg <tom at curoverse.com>
Date:   Thu May 1 22:20:28 2014 -0400

    Name links do not need to be owned by tail_uuid.

diff --git a/services/api/app/controllers/application_controller.rb b/services/api/app/controllers/application_controller.rb
index e93c2ab..6a93e25 100644
--- a/services/api/app/controllers/application_controller.rb
+++ b/services/api/app/controllers/application_controller.rb
@@ -114,8 +114,7 @@ class ApplicationController < ActionController::Base
       end
     end
     @objects = all_objects || []
-    @links = Link.where('link_class=? and owner_uuid=?'\
-                        ' and owner_uuid=tail_uuid'\
+    @links = Link.where('link_class=? and tail_uuid=?'\
                         ' and head_uuid in (?)',
                         'name',
                         @object.uuid,

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


hooks/post-receive
-- 




More information about the arvados-commits mailing list