Page MenuHomePhabricator

Store Phriction max version on Document, improve editing rules for editing documents with drafts
ClosedPublic

Authored by epriestley on Aug 30 2018, 5:09 PM.
Tags
None
Referenced Files
Unknown Object (File)
Mon, Nov 18, 4:55 PM
Unknown Object (File)
Sat, Nov 2, 2:54 PM
Unknown Object (File)
Oct 15 2024, 11:42 AM
Unknown Object (File)
Oct 11 2024, 2:33 AM
Unknown Object (File)
Oct 11 2024, 1:38 AM
Unknown Object (File)
Oct 11 2024, 1:35 AM
Unknown Object (File)
Oct 10 2024, 2:48 PM
Unknown Object (File)
Oct 10 2024, 1:53 PM
Subscribers
Restricted Owners Package

Details

Summary

Ref T13077. We need to know the maximum version of a document in several cases, so denormalize it onto the Document object.

Then clean up some behaviors where we edit a document with, e.g., 7 versions but version 5 is currently published. For now, we: edit starting with version 7, save as version 8, and immediately publish the new version.

Test Plan
  • Ran migration.
  • Edited a draft page without hitting any weird version errors.
  • Checked database for sensible maxVersion values.

Diff Detail

Repository
rP Phabricator
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

Owners added a subscriber: Restricted Owners Package.Aug 30 2018, 5:09 PM
This revision was not accepted when it landed; it landed in state Needs Review.Aug 30 2018, 5:12 PM
This revision was automatically updated to reflect the committed changes.