Allow access to groups with public projects.

Fixed Group avatars to only display when user has read
permissions to at least one project in the group.
This commit is contained in:
Jason Hollingsworth
2014-02-13 14:45:51 -06:00
parent 138e2a50b7
commit 2f69213e3f
28 changed files with 633 additions and 88 deletions

View File

@ -77,5 +77,6 @@ class DashboardController < ApplicationController
def default_filter
params[:scope] = 'assigned-to-me' if params[:scope].blank?
params[:state] = 'opened' if params[:state].blank?
params[:authorized_only] = true
end
end