summaryrefslogtreecommitdiffstats
path: root/template
diff options
context:
space:
mode:
authorolav%bkor.dhs.org <>2006-10-21 01:56:25 +0200
committerolav%bkor.dhs.org <>2006-10-21 01:56:25 +0200
commitc2f38f17cfa3aad8a13ee6eb02944b52d9e79037 (patch)
tree0ad5cc9691700db94e4f2df94e7a3ecdefc42c55 /template
parentea199cfceb3b847c3f136ebc91ca35643009c1c6 (diff)
downloadbugzilla-c2f38f17cfa3aad8a13ee6eb02944b52d9e79037.tar.gz
bugzilla-c2f38f17cfa3aad8a13ee6eb02944b52d9e79037.tar.xz
Bug 357005: 'cf_' should not be allowed as a custom field name
Patch by Olav Vitters <olav@bkor.dhs.org> r=LpSolit a=myk
Diffstat (limited to 'template')
-rw-r--r--template/en/default/global/user-error.html.tmpl3
1 files changed, 2 insertions, 1 deletions
diff --git a/template/en/default/global/user-error.html.tmpl b/template/en/default/global/user-error.html.tmpl
index bd3f29e11..eebefa927 100644
--- a/template/en/default/global/user-error.html.tmpl
+++ b/template/en/default/global/user-error.html.tmpl
@@ -319,7 +319,8 @@
[% ELSIF error == "customfield_invalid_name" %]
[% title = "Invalid Custom Field Name" %]
'[% name FILTER html %]' is not a valid name for a custom field.
- A name may contain only letters, numbers, and the underscore character.
+ A name may contain only letters, numbers, and the underscore character. The
+ name should also be different from 'cf_'.
[% ELSIF error == "customfield_nonexistent" %]
[% title = "Unknown Custom Field" %]