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
Unknown Object (File)
Fri, Apr 12, 6:47 AM
Unknown Object (File)
Thu, Apr 11, 8:06 AM
Unknown Object (File)
Wed, Apr 3, 9:50 AM
Unknown Object (File)
Wed, Apr 3, 7:08 AM
Unknown Object (File)
Wed, Apr 3, 7:08 AM
Unknown Object (File)
Fri, Mar 29, 3:26 PM
Unknown Object (File)
Thu, Mar 28, 6:02 PM
Unknown Object (File)
Thu, Mar 28, 6:01 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
Branch
master
Lint
Lint Passed
Unit
Tests Passed
Build Status
Buildable 12967
Build 16557: Run Core Tests
Build 16556: arc lint + arc unit

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.