diff options
author | Israel Madueme <purelogiq@gmail.com> | 2018-04-05 22:23:43 +0200 |
---|---|---|
committer | Dylan William Hardison <dylan@hardison.net> | 2018-04-05 22:23:43 +0200 |
commit | 755bc194dcea3481fa41b5884a98a5aa086fe09e (patch) | |
tree | 37d05c7b269ce615c92014ac057b97291768d255 /template | |
parent | 412052f3c46e05b19104622157c38b669fc00118 (diff) | |
download | bugzilla-755bc194dcea3481fa41b5884a98a5aa086fe09e.tar.gz bugzilla-755bc194dcea3481fa41b5884a98a5aa086fe09e.tar.xz |
Bug 1449282 - add jobqueue_status api
Diffstat (limited to 'template')
-rw-r--r-- | template/en/default/global/code-error.html.tmpl | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/template/en/default/global/code-error.html.tmpl b/template/en/default/global/code-error.html.tmpl index cf32548b6..bf1ff5ad3 100644 --- a/template/en/default/global/code-error.html.tmpl +++ b/template/en/default/global/code-error.html.tmpl @@ -313,6 +313,10 @@ to the <code>JOB_MAP</code> constant in <code>Bugzilla::JobQueue</code>, perhaps by using the 'job_map' hook. + [% ELSIF error == "jobqueue_status_error" %] + An error occurred while checking the job queue status. Try again at a + later time. + [% ELSIF error == "ldap_bind_failed" %] Failed to bind to the LDAP server. The error message was: <code>[% errstr FILTER html %]</code> |