From c7f8ebe22729740fd8b0d0934a65a6a27ca447c5 Mon Sep 17 00:00:00 2001 From: Vivek Anand Date: Mar 03 2017 15:00:57 +0000 Subject: issue: allow user with ticket access to edit metadata Signed-off-by: Vivek Anand --- diff --git a/pagure/templates/issue.html b/pagure/templates/issue.html index d668bb2..4526e98 100644 --- a/pagure/templates/issue.html +++ b/pagure/templates/issue.html @@ -295,7 +295,7 @@ {% endif %} - {% if authenticated and g.repo_admin %} + {% if authenticated and g.repo_user %} {{ render_bootstrap_field(form.milestone, formclass="issue-metadata-form") }} {% endif%}