From 81711939d177924266bf988278f93bed046c9798 Mon Sep 17 00:00:00 2001 From: Simon Green Date: Fri, 7 Oct 2016 10:29:48 +1300 Subject: Bug 1290588 - Group Administration via interface should error if regular expression size is greater than column length --- template/en/default/global/user-error.html.tmpl | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'template/en') 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 %] -- cgit v1.2.3-24-g4f1b