[ARVADOS] updated: 67b5f18fa4809aa452c2aab707d4b8c416bca740
git at public.curoverse.com
git at public.curoverse.com
Wed Aug 19 11:44:37 EDT 2015
Summary of changes:
via 67b5f18fa4809aa452c2aab707d4b8c416bca740 (commit)
via 5cf141d8b9289dc3ec0a8d593b767abf697d0696 (commit)
from 2c630802a9bf570c3ced2f7d42c2346ef814b578 (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 67b5f18fa4809aa452c2aab707d4b8c416bca740
Merge: 5cf141d 2c63080
Author: Manoj <jonam33 at gmail.com>
Date: Wed Aug 19 11:38:05 2015 -0400
Merge branch '6640-projects-menu-incomplete' of git.curoverse.com:arvados into 6640-projects-menu-incomplete
commit 5cf141d8b9289dc3ec0a8d593b767abf697d0696
Author: Manoj <jonam33 at gmail.com>
Date: Wed Aug 19 11:37:03 2015 -0400
6640: Reverted bugfix.
diff --git a/apps/workbench/app/controllers/application_controller.rb b/apps/workbench/app/controllers/application_controller.rb
index 1483187..db3d430 100644
--- a/apps/workbench/app/controllers/application_controller.rb
+++ b/apps/workbench/app/controllers/application_controller.rb
@@ -744,12 +744,8 @@ class ApplicationController < ActionController::Base
helper_method :all_projects
def all_projects
- limit = @limit
- @limit = nil
@all_projects ||= Group.
filter([['group_class','=','project']]).order('name')
- @limit = limit
- @all_projects
end
helper_method :my_projects
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list