Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
37bea9fa
Commit
37bea9fa
authored
Jul 10, 2019
by
Eugenia Grieff
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add admin_note permissions to epics
parent
7156f624
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
+4
-0
ee/app/policies/epic_policy.rb
ee/app/policies/epic_policy.rb
+4
-0
No files found.
ee/app/policies/epic_policy.rb
View file @
37bea9fa
...
...
@@ -3,6 +3,8 @@
class
EpicPolicy
<
BasePolicy
delegate
{
@subject
.
group
}
condition
(
:maintainer
)
{
@subject
.
group
.
has_maintainer?
(
@user
)
}
rule
{
can?
(
:read_epic
)
}.
policy
do
enable
:read_epic_iid
enable
:read_note
...
...
@@ -13,4 +15,6 @@ class EpicPolicy < BasePolicy
end
rule
{
can?
(
:create_note
)
}.
enable
:award_emoji
rule
{
maintainer
}.
enable
:admin_note
end
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment