diff options
author | Simon Green <mail@simon.green> | 2015-07-29 11:31:14 +0200 |
---|---|---|
committer | Simon Green <mail@simon.green> | 2015-07-29 11:31:14 +0200 |
commit | f578f79698f5779f20ee8354a3af132fafaf66da (patch) | |
tree | 04af0be4f2ca195d5aadaccd3aea359a9d67cf97 /template/en/default/global | |
parent | d373bb13a51a74ef77cf800fdc77a30ab9ac9d17 (diff) | |
download | bugzilla-f578f79698f5779f20ee8354a3af132fafaf66da.tar.gz bugzilla-f578f79698f5779f20ee8354a3af132fafaf66da.tar.xz |
Bug 399078 - Remove the 'musthavemilestoneonaccept' parameter
r=gerv, a=simon
Diffstat (limited to 'template/en/default/global')
-rw-r--r-- | template/en/default/global/user-error.html.tmpl | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/template/en/default/global/user-error.html.tmpl b/template/en/default/global/user-error.html.tmpl index d3814f7f3..fe548f927 100644 --- a/template/en/default/global/user-error.html.tmpl +++ b/template/en/default/global/user-error.html.tmpl @@ -1249,13 +1249,6 @@ The name of a milestone is limited to [% constants.MAX_MILESTONE_SIZE FILTER html %] characters. '[% name FILTER html %]' is too long ([% name.length %] characters). - [% ELSIF error == "milestone_required" %] - [% title = "Milestone Required" %] - You must select a target milestone for [% terms.bug %] - [%+ bug.id FILTER html %] - if you are going to accept it. Part of accepting - [%+ terms.abug %] is giving an estimate of when it will be fixed. - [% ELSIF error == "milestone_sortkey_invalid" %] [% title = "Invalid Milestone Sortkey" %] The sortkey '[% sortkey FILTER html %]' is not in the range |