diff options
author | mkanat%bugzilla.org <> | 2007-07-13 23:02:57 +0200 |
---|---|---|
committer | mkanat%bugzilla.org <> | 2007-07-13 23:02:57 +0200 |
commit | e3837b96c71158697052cd72f253f910ae7f79dc (patch) | |
tree | 765d03eb8b347d5458d7f1ed7fbb2073bd16b93f /template/en | |
parent | 5ab86735ff66381698b1e8e0bc587970dacc69fe (diff) | |
download | bugzilla-e3837b96c71158697052cd72f253f910ae7f79dc.tar.gz bugzilla-e3837b96c71158697052cd72f253f910ae7f79dc.tar.xz |
Bug 388022: Use Bugzilla::Bug to set/update custom fields in process_bug.cgi
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit
Diffstat (limited to 'template/en')
-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 81c096112..394af020d 100644 --- a/template/en/default/global/code-error.html.tmpl +++ b/template/en/default/global/code-error.html.tmpl @@ -150,6 +150,10 @@ Cannot seem to handle <code>[% field FILTER html %]</code> and <code>[% type FILTER html %]</code> together. + [% ELSIF error == "field_not_custom" %] + '[% field.description FILTER html %]' ([% field.name FILTER html %]) + is not a custom field. + [% ELSIF error == "gd_not_installed" %] [% admindocslinks = {'installation.html#install-perlmodules' => 'Installing Perl modules necessary for Charting'} %] Charts will not work without the GD Perl module being installed. |