diff options
author | lpsolit%gmail.com <> | 2009-04-12 01:33:24 +0200 |
---|---|---|
committer | lpsolit%gmail.com <> | 2009-04-12 01:33:24 +0200 |
commit | a589e55a6f061ffbc223ccc99be1ff6052cf41bf (patch) | |
tree | 54aab3828565605b0fe1fbd97a5249fa5ac12b4a /template/en | |
parent | 0e4b2ce5a8e14a95d0eac6776731bcb37fec2741 (diff) | |
download | bugzilla-a589e55a6f061ffbc223ccc99be1ff6052cf41bf.tar.gz bugzilla-a589e55a6f061ffbc223ccc99be1ff6052cf41bf.tar.xz |
Bug 487769: checksetup.pl can no longer create versions in TestProduct due to insufficient privileges (checksetup.pl fails) - Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r/a=LpSolit
Diffstat (limited to 'template/en')
-rw-r--r-- | template/en/default/admin/products/create.html.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/template/en/default/admin/products/create.html.tmpl b/template/en/default/admin/products/create.html.tmpl index 49c4ca71f..08da684c2 100644 --- a/template/en/default/admin/products/create.html.tmpl +++ b/template/en/default/admin/products/create.html.tmpl @@ -32,7 +32,7 @@ product.maxvotesperbug = "10000", product.votestoconfirm = "0", version = "unspecified", - product.defaultmilestone = "---" + product.defaultmilestone = constants.DEFAULT_MILESTONE %] <form method="post" action="editproducts.cgi"> |