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
5b10618f
Commit
5b10618f
authored
Jul 27, 2020
by
Alex Kalderimis
Committed by
Robert Speicher
Jul 27, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Make move_design depend on read_design
parent
be19f7d0
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
+3
-0
app/policies/issue_policy.rb
app/policies/issue_policy.rb
+3
-0
No files found.
app/policies/issue_policy.rb
View file @
5b10618f
...
...
@@ -33,6 +33,9 @@ class IssuePolicy < IssuablePolicy
prevent
:read_design
prevent
:create_design
prevent
:destroy_design
end
rule
{
~
can?
(
:read_design
)
}.
policy
do
prevent
:move_design
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