From 4ef386a97d4e3e3de6a5f019688b5faa7f637912 Mon Sep 17 00:00:00 2001 From: Vivek Anand Date: Mar 03 2017 15:00:57 +0000 Subject: issue.py: Allow user with ticket access to edit custom fields Signed-off-by: Vivek Anand --- diff --git a/pagure/templates/issue.html b/pagure/templates/issue.html index 7e6338c..d668bb2 100644 --- a/pagure/templates/issue.html +++ b/pagure/templates/issue.html @@ -410,7 +410,7 @@ cancel - {% if authenticated and g.repo_admin %} + {% if authenticated and g.repo_user %} Edit Metadata