mirror of
https://gitlab.com/gitlab-org/gitlab-foss.git
synced 2025-08-20 14:11:11 +00:00
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:
@ -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
|
||||
|
Reference in New Issue
Block a user