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
F18705621: D16251.id39094.diff
Sun, Sep 28, 12:16 PM
F18657772: D16251.id.diff
Tue, Sep 23, 3:20 AM
F18645670: D16251.diff
Fri, Sep 19, 8:23 AM
F18645602: D16251.diff
Fri, Sep 19, 8:12 AM
F18603912: D16251.id.diff
Sat, Sep 13, 5:44 PM
F18589784: D16251.diff
Sep 12 2025, 4:16 AM
F18507833: D16251.id.diff
Sep 5 2025, 2:27 AM
F18168936: D16251.id39094.diff
Aug 15 2025, 4:24 PM
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.