Bug 179188 - The new flag system wasn't indicating which attachment a flag was changed on. This patch inserts the attachment ID any time it exists in the activity log (to match what show_activity does).
r=myk a=myk git-svn-id: svn://10.0.0.236/trunk@133499 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -183,7 +183,7 @@ sub ProcessOneBug {
|
||||
$diffheader .= FormatTriple("What ", "Removed", "Added");
|
||||
$diffheader .= ('-' x 76) . "\n";
|
||||
}
|
||||
$what =~ s/^Attachment/Attachment #$attachid/ if $attachid;
|
||||
$what =~ s/^(Attachment )?/Attachment #$attachid / if $attachid;
|
||||
if( $fieldname eq 'estimated_time' ||
|
||||
$fieldname eq 'remaining_time' ) {
|
||||
$old = FormatTimeUnit($old);
|
||||
|
||||
Reference in New Issue
Block a user