aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlpsolit%gmail.com <>2005-08-29 00:41:52 +0000
committerlpsolit%gmail.com <>2005-08-29 00:41:52 +0000
commitf9923bc84e424f481122ee758b235d026aed80c2 (patch)
tree27ec922f943f81234c710eda108561ef7d22935e /editmilestones.cgi
parentBug 305333: Move attachments.thedata to its own table (diff)
downloadbugzilla-f9923bc84e424f481122ee758b235d026aed80c2.tar.gz
bugzilla-f9923bc84e424f481122ee758b235d026aed80c2.tar.bz2
bugzilla-f9923bc84e424f481122ee758b235d026aed80c2.zip
Bug 302955: Remove the "delete" link for the default milestone - Patch by Gavin Shelley <bugzilla@chimpychompy.org> r=LpSolit a=justdave
Diffstat (limited to 'editmilestones.cgi')
-rwxr-xr-xeditmilestones.cgi1
1 files changed, 1 insertions, 0 deletions
diff --git a/editmilestones.cgi b/editmilestones.cgi
index fa1117ede..18c3f62aa 100755
--- a/editmilestones.cgi
+++ b/editmilestones.cgi
@@ -84,6 +84,7 @@ unless ($action) {
$vars->{'product'} = $product->name;
$vars->{'milestones'} = \@milestones;
+ $vars->{'default_milestone'} = $product->default_milestone;
$template->process("admin/milestones/list.html.tmpl",
$vars)
|| ThrowTemplateError($template->error());