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/admin | |
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/admin')
-rw-r--r-- | template/en/default/admin/params/bugchange.html.tmpl | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/template/en/default/admin/params/bugchange.html.tmpl b/template/en/default/admin/params/bugchange.html.tmpl index 89553ad7a..feaf8769b 100644 --- a/template/en/default/admin/params/bugchange.html.tmpl +++ b/template/en/default/admin/params/bugchange.html.tmpl @@ -26,11 +26,6 @@ "If off, then all $terms.bugs initially have the default " _ "milestone for the product being filed in.", - musthavemilestoneonaccept => - "If you are using ${field_descs.target_milestone}, do you want to require" - _ " that the milestone be set in order for a user to set" - _ " ${terms.abug}'s status to ${accept_status}?", - commentonchange_resolution => "If this option is on, the user needs to enter a short " _ "comment if the resolution of the $terms.bug changes.", |