Page MenuHomePhabricator

When creating a Phriction document, mark initial transactions as "create" transactions to fix weird email
ClosedPublic

Authored by epriestley on May 22 2019, 10:15 PM.
Tags
None
Referenced Files
F13091794: D20548.diff
Thu, Apr 25, 3:13 AM
Unknown Object (File)
Sat, Apr 20, 2:57 PM
Unknown Object (File)
Fri, Apr 19, 9:53 PM
Unknown Object (File)
Fri, Apr 19, 6:54 PM
Unknown Object (File)
Thu, Apr 11, 10:52 AM
Unknown Object (File)
Mon, Apr 1, 12:03 PM
Unknown Object (File)
Mar 23 2024, 7:20 AM
Unknown Object (File)
Mar 23 2024, 7:20 AM
Subscribers
None

Details

Summary

Ref T13289. When you create a Phriction document, you currently get an email with the whole new content as a "diff".

You also get extra transactions in the email and on the page.

This is because Phriction isn't on EditEngine and doesn't mark "create" transactions in a modern way. Get them marked properly to fix these obviously-broken behaviors. This can all go away once Phriction switches to EditEngine, although I don't have any particular plans to do that in the immediate future.

Test Plan
  • Created a new document, viewed email, no longer saw redundant "edited content" transaction or "CHANGES TO CONTENT" diff.
  • Updated a document, viewed email, got interdiff.

Diff Detail

Repository
rP Phabricator
Lint
Lint Not Applicable
Unit
Tests Not Applicable