From f6a3f8319d442e832edc901ff12169ba17dceb81 Mon Sep 17 00:00:00 2001 From: Gervase Markham Date: Wed, 5 Jan 2011 11:48:49 +0000 Subject: Allow extensions to add new Jobs. r,a=mkanat. https://bugzilla.mozilla.org/show_bug.cgi?id=617012 --- template/en/default/global/code-error.html.tmpl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'template/en') 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" %] Bugzilla::JobQueue has not been configured to handle the job "[% job FILTER html %]". You need to add this job type - to the JOB_MAP constant in Bugzilla::JobQueue. + to the JOB_MAP constant in Bugzilla::JobQueue, + perhaps by using the 'job_map' hook. [% ELSIF error == "ldap_bind_failed" %] Failed to bind to the LDAP server. The error message was: -- cgit v1.2.3-24-g4f1b