diff options
author | 2006-09-10 09:20:24 +0000 | |
---|---|---|
committer | 2006-09-10 09:20:24 +0000 | |
commit | 1a4d88f3293090175276c9b81cfe6727483f7ae8 (patch) | |
tree | bb0c7ada3af86a2c6e863b5f558116add8c3ad4a /template | |
parent | Fix a regression due to the checkin of bug 340001: show.xml.tmpl is broken du... (diff) | |
download | bugzilla-1a4d88f3293090175276c9b81cfe6727483f7ae8.tar.gz bugzilla-1a4d88f3293090175276c9b81cfe6727483f7ae8.tar.bz2 bugzilla-1a4d88f3293090175276c9b81cfe6727483f7ae8.zip |
Bug 351332: Move Group validation into Bugzilla::Bug from post_bug.cgi
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=justdave
Diffstat (limited to 'template')
-rw-r--r-- | template/en/default/global/code-error.html.tmpl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/template/en/default/global/code-error.html.tmpl b/template/en/default/global/code-error.html.tmpl index b0d7fcda8..532226f86 100644 --- a/template/en/default/global/code-error.html.tmpl +++ b/template/en/default/global/code-error.html.tmpl @@ -152,8 +152,8 @@ A legal [% field FILTER html %] was not set. [% ELSIF error == "inactive_group" %] - Attempted to add [% terms.bug %] to an inactive group, identified by the bit - '[% bit FILTER html %]'. + Attempted to add [% terms.bug %] to the '[% name FILTER html %]' + group, which is not used for bugs. [% ELSIF error == "invalid_attach_id_to_obsolete" %] The attachment number of one of the attachments you wanted to obsolete, |