diff options
author | 2022-01-18 04:07:43 +0000 | |
---|---|---|
committer | 2022-01-18 04:07:43 +0000 | |
commit | 223b3505d9b7f10aba293a80515b63ae5dc3a20c (patch) | |
tree | 8cef95a282808e7dcc2d41d86ca192a1f01f5f04 | |
parent | Bug 1831386 - roles evaluation triggering kill switch when role not set (diff) | |
parent | Bug 2039562 - Customise error page for an inaccessible bug to refer to Group ... (diff) | |
download | bugzilla-223b3505d9b7f10aba293a80515b63ae5dc3a20c.tar.gz bugzilla-223b3505d9b7f10aba293a80515b63ae5dc3a20c.tar.bz2 bugzilla-223b3505d9b7f10aba293a80515b63ae5dc3a20c.zip |
Merge "Bug 2039562 - Customise error page for an inaccessible bug to refer to Group Worklow page" into devel
-rw-r--r-- | template/en/default/global/user-error.html.tmpl | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/template/en/default/global/user-error.html.tmpl b/template/en/default/global/user-error.html.tmpl index 3f9c61629..617bb5cb7 100644 --- a/template/en/default/global/user-error.html.tmpl +++ b/template/en/default/global/user-error.html.tmpl @@ -271,6 +271,13 @@ <p>Most likely the [% terms.bug %] has been restricted for internal development processes and we cannot grant access.</p> + [%## REDHAT EXTENSION START 2039562 %] + <p>If your role requires it then you may be able to use the self service <a + href="page.cgi?id=workflows/group_request.html">Request Group Membership</a> + workflow to gain the permissions required to access this [% terms.bug %]. + </p> + [%## REDHAT EXTENSION END 2039562 %] + <p>If you are a Red Hat customer with an active subscription, please visit the <a href="https://access.redhat.com/">Red Hat Customer Portal</a> for assistance with your issue</p> |