RSS

(root)/bugzilla/4.2 : 7456 : enter_bug.cgi

To get this branch, use:
bzr branch /bugzilla/4.2

« back to all changes in this revision

Viewing changes to enter_bug.cgi

Dave Lawrence
2010-08-30 21:20:07
Revision ID: dkl@redhat.com-20100831042007-0zf306r0aj9k73wr
Bug 77193 - Add the ability to retire (disable) old versions, components and milestones
r/a=mkanat

Show diffs side-by-side

added added

removed removed

502
502
#
503
503
# Eventually maybe each product should have a "current version"
504
504
# parameter.
505
 
$vars->{'version'} = [map($_->name, @{$product->versions})];
 
505
$vars->{'version'} = $product->versions;
506
506
 
507
507
my $version_cookie = $cgi->cookie("VERSION-" . $product->name);
508
508
 
521
521
 
522
522
# Get list of milestones.
523
523
if ( Bugzilla->params->{'usetargetmilestone'} ) {
524
 
    $vars->{'target_milestone'} = [map($_->name, @{$product->milestones})];
 
524
    $vars->{'target_milestone'} = $product->milestones;
525
525
    if (formvalue('target_milestone')) {
526
526
       $default{'target_milestone'} = formvalue('target_milestone');
527
527
    } else {

Loggerhead 1.18.1 is a web-based interface for Bazaar branches