diff options
author | Simon Green <mail@simon.green> | 2016-10-06 23:29:48 +0200 |
---|---|---|
committer | Simon Green <mail@simon.green> | 2016-10-06 23:29:48 +0200 |
commit | 81711939d177924266bf988278f93bed046c9798 (patch) | |
tree | d6c53815c9c72446c40e3079448f994bac901b86 /template/en | |
parent | 63f79c626077c29a0134a2e3a97d6fe0665e7200 (diff) | |
download | bugzilla-81711939d177924266bf988278f93bed046c9798.tar.gz bugzilla-81711939d177924266bf988278f93bed046c9798.tar.xz |
Bug 1290588 - Group Administration via interface should error if regular expression size is greater than column length
Diffstat (limited to 'template/en')
-rw-r--r-- | template/en/default/global/user-error.html.tmpl | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/template/en/default/global/user-error.html.tmpl b/template/en/default/global/user-error.html.tmpl index fa5af632c..d1724635a 100644 --- a/template/en/default/global/user-error.html.tmpl +++ b/template/en/default/global/user-error.html.tmpl @@ -900,6 +900,13 @@ or you are not allowed to remove [% terms.bugs %] from this group in the '[% product FILTER html %]' product. + [% ELSIF error == "group_regexp_too_long" %] + [% title = "Group Regular Expression Too Long" %] + The text you entered in the regular expression + field is too long ([% text.length FILTER html %] characters, + above the maximum length allowed of + [%+ max_length FILTER none %] characters). + [% ELSIF error == "group_restriction_not_allowed" %] [% title = "Group Restriction Not Allowed" %] You tried to restrict [% bug_id ? "$terms.bug $bug_id" : terms.abug FILTER html %] |