[ARVADOS] updated: e4db3740ca65d6b1c443707b70a73317e8b2610d

git at public.curoverse.com git at public.curoverse.com
Tue Nov 4 14:57:04 EST 2014


Summary of changes:
 apps/workbench/app/controllers/application_controller.rb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

       via  e4db3740ca65d6b1c443707b70a73317e8b2610d (commit)
      from  2663cf43d2120ee253c020a96fc004e765bf6dda (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 e4db3740ca65d6b1c443707b70a73317e8b2610d
Author: Tom Clegg <tom at curoverse.com>
Date:   Tue Nov 4 14:56:36 2014 -0500

    4389: Fix missing first step of breadcrumb trail.

diff --git a/apps/workbench/app/controllers/application_controller.rb b/apps/workbench/app/controllers/application_controller.rb
index 36a50bd..4bfe114 100644
--- a/apps/workbench/app/controllers/application_controller.rb
+++ b/apps/workbench/app/controllers/application_controller.rb
@@ -808,7 +808,7 @@ class ApplicationController < ActionController::Base
   helper_method :project_breadcrumbs
   def project_breadcrumbs
     crumbs = []
-    current = @name_link || @object
+    current = @name_link.andand.tail_uuid || @object.andand.owner_uuid
     while current.is_a?(Group) and current.group_class == 'project'
       crumbs.prepend current
       current = Group.find?(current.owner_uuid)

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


hooks/post-receive
-- 




More information about the arvados-commits mailing list