summaryrefslogtreecommitdiffstats
path: root/template
diff options
context:
space:
mode:
authorDylan William Hardison <dylan@hardison.net>2018-03-12 04:44:43 +0100
committerDylan William Hardison <dylan@hardison.net>2018-03-12 04:44:43 +0100
commitb29d11c50a10a98f6275eba03bdb93ea3215f593 (patch)
treece137dae9e7d1d09da2dc27cc6ecb078ee5e608c /template
parent9d9cb4b934605b937f19e6308be1a6e9320fef23 (diff)
downloadbugzilla-b29d11c50a10a98f6275eba03bdb93ea3215f593.tar.gz
bugzilla-b29d11c50a10a98f6275eba03bdb93ea3215f593.tar.xz
fix default security bug id thing
Diffstat (limited to 'template')
-rw-r--r--template/en/default/global/user-error.html.tmpl5
1 files changed, 5 insertions, 0 deletions
diff --git a/template/en/default/global/user-error.html.tmpl b/template/en/default/global/user-error.html.tmpl
index c6efb5649..1ee33dd89 100644
--- a/template/en/default/global/user-error.html.tmpl
+++ b/template/en/default/global/user-error.html.tmpl
@@ -1605,6 +1605,11 @@
[% admindocslinks = {'products.html' => 'Administering products'} %]
You must enter a description for this product.
+ [% ELSIF error == "product_must_have_security_group" %]
+ [% title = "Product needs Security Group" %]
+ [% admindocslinks = {'products.html' => 'Administering products'} %]
+ You must enter a default security group for this product.
+
[% ELSIF error == "product_must_have_version" %]
[% title = "Product needs Version" %]
[% admindocslinks = {'products.html' => 'Administering products',