diff options
author | Gervase Markham <gerv@gerv.net> | 2011-01-05 12:48:49 +0100 |
---|---|---|
committer | Gervase Markham <gerv@mozilla.org> | 2011-01-05 12:48:49 +0100 |
commit | f6a3f8319d442e832edc901ff12169ba17dceb81 (patch) | |
tree | 6626516d9161aa9ca50e1c92dcb6b4dc7ac24591 /template/en/default/global | |
parent | 237e21f002e1211113976fd08fce793e7f03c73e (diff) | |
download | bugzilla-f6a3f8319d442e832edc901ff12169ba17dceb81.tar.gz bugzilla-f6a3f8319d442e832edc901ff12169ba17dceb81.tar.xz |
Allow extensions to add new Jobs. r,a=mkanat.
https://bugzilla.mozilla.org/show_bug.cgi?id=617012
Diffstat (limited to 'template/en/default/global')
-rw-r--r-- | template/en/default/global/code-error.html.tmpl | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/template/en/default/global/code-error.html.tmpl b/template/en/default/global/code-error.html.tmpl index 664958499..addde0d8a 100644 --- a/template/en/default/global/code-error.html.tmpl +++ b/template/en/default/global/code-error.html.tmpl @@ -304,7 +304,8 @@ [% ELSIF error == "jobqueue_no_job_mapping" %] <code>Bugzilla::JobQueue</code> has not been configured to handle the job "[% job FILTER html %]". You need to add this job type - to the <code>JOB_MAP</code> constant in <code>Bugzilla::JobQueue</code>. + to the <code>JOB_MAP</code> constant in <code>Bugzilla::JobQueue</code>, + perhaps by using the 'job_map' hook. [% ELSIF error == "ldap_bind_failed" %] Failed to bind to the LDAP server. The error message was: |