Page MenuHomePhabricator

Show an additional "Draft" tag on non-broadcasting revisions in a non-draft state
ClosedPublic

Authored by epriestley on Apr 3 2018, 3:47 PM.
Tags
None
Referenced Files
Unknown Object (File)
Wed, May 1, 12:42 AM
Unknown Object (File)
Sun, Apr 28, 8:45 PM
Unknown Object (File)
Mon, Apr 22, 5:44 AM
Unknown Object (File)
Apr 1 2024, 11:37 AM
Unknown Object (File)
Mar 30 2024, 2:15 AM
Unknown Object (File)
Feb 16 2024, 3:46 PM
Unknown Object (File)
Jan 23 2024, 11:19 PM
Unknown Object (File)
Nov 29 2023, 11:56 PM
Subscribers
Restricted Owners Package

Details

Summary

Depends on D19284. Ref T13110. It's now possible to get a revision into a "Abandoned + But, Never Promoted From Draft" state. Show this in the header and provide the draft hint above the comment area.

Also, remove shouldBroadcast(). The method getShouldBroadcast() now has the same meaning.

Finally, migrate existing drafts to shouldBroadcast = false and default shouldBroadcast to true. If we don't do this, every older revision becomes a non-broadcasting revision because this flag was not explicitly set on revision creation before, only on promotion out of draft.

Test Plan

Ran migration; abandoned draft revisions and ended up in a draft + abandoned state.

Diff Detail

Repository
rP Phabricator
Branch
bengine8
Lint
Lint Passed
Unit
Tests Passed
Build Status
Buildable 19972
Build 27079: Run Core Tests
Build 27078: arc lint + arc unit