Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app/models/ability.rb')
-rw-r--r--app/models/ability.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/models/ability.rb b/app/models/ability.rb
index b70451db12f..4458ee1d590 100644
--- a/app/models/ability.rb
+++ b/app/models/ability.rb
@@ -90,6 +90,7 @@ class Ability
if project && project.public?
rules = [
:read_project,
+ :read_board,
:read_wiki,
:read_label,
:read_milestone,