Page MenuHomePhabricator

horribly fix plain-text email for modular transactions
ClosedPublic

Authored by avivey on Jul 8 2016, 12:03 AM.
Tags
None
Referenced Files
F19927424: D16251.id39094.diff
Tue, Apr 7, 10:37 PM
F19920933: D16251.diff
Mon, Apr 6, 12:58 AM
F19910568: D16251.diff
Thu, Apr 2, 8:39 AM
F19828569: D16251.id39091.diff
Mar 9 2026, 7:38 PM
F19578304: D16251.diff
Feb 1 2026, 12:47 PM
F19403590: D16251.id39094.diff
Dec 27 2025, 2:55 PM
F19303479: D16251.id39091.diff
Dec 24 2025, 1:26 AM
F19058891: D16251.diff
Nov 29 2025, 3:35 AM
Subscribers
Tokens
"Y So Serious" token, awarded by chad."Orange Medal" token, awarded by yelirekim.

Details

Summary

This is the quickest and dirtiest fix I could come up with.

PhabricatorApplicationTransaction::getTitleForMail() is using clone $this, which doesn't actually effect implementation.
Ref T9789.

Test Plan

update paste comment, get plaintext mail.

Diff Detail

Repository
rP Phabricator
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

avivey retitled this revision from to horribly fix plain-text email for modular transactions.
avivey updated this object.
avivey edited the test plan for this revision. (Show Details)
avivey edited edge metadata.
epriestley added a reviewer: epriestley.

(The clone might be in case the method throws? Doesn't seem like a big deal either way.)

This revision is now accepted and ready to land.Jul 8 2016, 12:06 AM
This revision was automatically updated to reflect the committed changes.