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
F19006446: D16251.id.diff
Fri, Nov 21, 5:37 PM
F18999534: D16251.id39091.diff
Thu, Nov 20, 9:17 PM
F18965262: D16251.diff
Fri, Nov 14, 4:08 PM
F18934695: D16251.diff
Mon, Nov 10, 4:49 PM
F18705621: D16251.id39094.diff
Sep 28 2025, 12:16 PM
F18657772: D16251.id.diff
Sep 23 2025, 3:20 AM
F18645670: D16251.diff
Sep 19 2025, 8:23 AM
F18645602: D16251.diff
Sep 19 2025, 8:12 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.