diff options
author | GitLab Bot <gitlab-bot@gitlab.com> | 2019-11-12 15:06:26 +0000 |
---|---|---|
committer | GitLab Bot <gitlab-bot@gitlab.com> | 2019-11-12 15:06:26 +0000 |
commit | 69944ffb68788d190e81ff7e33db5dcb6c903184 (patch) | |
tree | 4112a1285f186c140749e8410a8a2788b6812500 /app/policies | |
parent | 1b7381e998ff4b33ec8f633766030082e95f10c8 (diff) | |
download | gitlab-ce-69944ffb68788d190e81ff7e33db5dcb6c903184.tar.gz |
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'app/policies')
-rw-r--r-- | app/policies/todo_policy.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/policies/todo_policy.rb b/app/policies/todo_policy.rb index f8644217f04..d01a046c343 100644 --- a/app/policies/todo_policy.rb +++ b/app/policies/todo_policy.rb @@ -7,4 +7,5 @@ class TodoPolicy < BasePolicy end rule { own_todo }.enable :read_todo + rule { own_todo }.enable :update_todo end |