pagure/dist-git: allow user to change their watch status via the API

Signed-off-by: Pierre-Yves Chibon <pingou@pingoured.fr>
This commit is contained in:
Pierre-Yves Chibon 2019-06-05 11:28:09 +02:00
parent 9988126185
commit 527bf3a995

View file

@ -269,6 +269,7 @@ USER_ACLS = [
'pull_request_flag',
'pull_request_merge',
'modify_project',
'update_watch_status',
]
CROSS_PROJECT_ACLS = [
@ -276,6 +277,7 @@ CROSS_PROJECT_ACLS = [
'modify_project',
'pull_request_create',
'pull_request_comment',
'update_watch_status',
]
ADMIN_API_ACLS = [