Page MenuHomePhabricator

Add a "View Task" button to HTML mail from Maniphest
ClosedPublic

Authored by epriestley on May 30 2019, 5:15 PM.
Tags
None
Referenced Files
Unknown Object (File)
Thu, Nov 28, 5:56 AM
Unknown Object (File)
Wed, Nov 27, 1:28 PM
Unknown Object (File)
Tue, Nov 26, 6:20 PM
Unknown Object (File)
Tue, Nov 26, 2:13 PM
Unknown Object (File)
Tue, Nov 19, 8:05 AM
Unknown Object (File)
Oct 21 2024, 8:46 PM
Unknown Object (File)
Oct 17 2024, 3:30 PM
Unknown Object (File)
Oct 14 2024, 4:08 AM
Subscribers
None

Details

Summary

See downstream https://phabricator.wikimedia.org/T1050. Some time ago, we added a "View Revision" button to Differential mail. This hasn't created any problems and generally seems good / desirable.

It isn't trivial to just add everywhere since we need a translation string in each case, but at least add it to Maniphest for now. Going forward, we can fill in more applications as they come up.

Test Plan

Used bin/mail show-outbound --id <x> --dump-html:

Screen Shot 2019-05-30 at 10.11.35 AM.png (478×616 px, 95 KB)

Diff Detail

Repository
rP Phabricator
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

Shouldn't DifferentialTransactionEditor->buildMailBody() get an update to use this new API?

This revision is now accepted and ready to land.May 30 2019, 7:06 PM

Oh, sure, that's pretty reasonable.

  • Share more API in Differential.
  • Add support in Diffusion for good measure.