Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 99714
Collapse All | Expand All

(-)bugzilla-orig/Bugzilla/BugMail.pm (+2 lines)
Lines 595-600 Link Here
595
    }
595
    }
596
    $substs{"product"} = $values{'product'};
596
    $substs{"product"} = $values{'product'};
597
    $substs{"component"} = $values{'component'};
597
    $substs{"component"} = $values{'component'};
598
		$substs{"keywords"} = $values{'keywords'};
599
		$substs{"severity"} = $values{'bug_severity'};
598
    $substs{"summary"} = $values{'short_desc'};
600
    $substs{"summary"} = $values{'short_desc'};
599
    $substs{"reasonsheader"} = join(" ", map { $rel_names{$_} } @$relRef);
601
    $substs{"reasonsheader"} = join(" ", map { $rel_names{$_} } @$relRef);
600
    $substs{"reasonsbody"} = $reasonsbody;
602
    $substs{"reasonsbody"} = $reasonsbody;
(-)bugzilla-orig/defparams.pl (+2 lines)
Lines 774-779 Link Here
774
X-Bugzilla-Reason: %reasonsheader%
774
X-Bugzilla-Reason: %reasonsheader%
775
X-Bugzilla-Product: %product%
775
X-Bugzilla-Product: %product%
776
X-Bugzilla-Component: %component%
776
X-Bugzilla-Component: %component%
777
X-Bugzilla-Keywords: %keywords%
778
X-Bugzilla-Severity: %severity%
777
779
778
%urlbase%show_bug.cgi?id=%bugid%
780
%urlbase%show_bug.cgi?id=%bugid%
779
781

Return to bug 99714