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
F20111132: D19285.diff
Tue, Jun 2, 5:10 PM
Unknown Object (File)
Mar 4 2026, 1:30 AM
Unknown Object (File)
Feb 5 2026, 10:42 AM
Unknown Object (File)
Feb 1 2026, 7:13 AM
Unknown Object (File)
Jan 31 2026, 2:04 AM
Unknown Object (File)
Jan 20 2026, 11:11 PM
Unknown Object (File)
Dec 29 2025, 3:38 AM
Unknown Object (File)
Dec 23 2025, 3:49 AM
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
Lint
Lint Not Applicable
Unit
Tests Not Applicable