Commit ecdfa3b6 authored by kiko%async.com.br's avatar kiko%async.com.br

Adding a comment to avoid further dupes of bug 97736 -- and also

because I keep forgetting about the real reason it's there :-) Comment-only change.
parent 9d6d4973
......@@ -263,6 +263,8 @@ for (my $i = 0; $i < @products; ++$i) {
);
if (Param('usetargetmilestone')) {
# Sorting here is required for ordering multiple selections
# correctly; see bug 97736 for discussion on how to fix this
$product{'milestones'} =
[ sort { lc($a) cmp lc($b) } @{$::target_milestone{$p}} ];
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment