[ARVADOS] updated: 2663cf43d2120ee253c020a96fc004e765bf6dda

git at public.curoverse.com git at public.curoverse.com
Tue Nov 4 13:25:57 EST 2014


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

       via  2663cf43d2120ee253c020a96fc004e765bf6dda (commit)
      from  8e7d4e832d73164f2ba05f376161088bbf795a38 (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 2663cf43d2120ee253c020a96fc004e765bf6dda
Author: Tom Clegg <tom at curoverse.com>
Date:   Tue Nov 4 13:25:55 2014 -0500

    4389: Put back @name_link to avoid the slippery slope of feature creep.

diff --git a/apps/workbench/app/controllers/application_controller.rb b/apps/workbench/app/controllers/application_controller.rb
index 46eaaaf..36a50bd 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 = @object
+    current = @name_link || @object
     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