Revert "Temporarily hide draft button."#5856
Merged
rtibbles merged 1 commit intolearningequality:unstablefrom Apr 22, 2026
Merged
Revert "Temporarily hide draft button."#5856rtibbles merged 1 commit intolearningequality:unstablefrom
rtibbles merged 1 commit intolearningequality:unstablefrom
Conversation
b45fd6a to
fa0a6c4
Compare
AlexVelezLl
reviewed
Apr 22, 2026
Member
AlexVelezLl
left a comment
There was a problem hiding this comment.
Code changes make sense, and manual QA checks out! Just a little question regarding the waitForPublishingDraft method.
| this.isPublishingDraft = true; | ||
|
|
||
| this.publishStagingChannel() | ||
| .then(publishDraftchange => Channel.waitForPublishingDraft(publishDraftchange)) |
Member
There was a problem hiding this comment.
Was there a reason to remove this line? It was kind of helpful to know that draft publishing was still in progress.
Member
Author
There was a problem hiding this comment.
The method doesn't exist any more - the publish method now includes this wait (I deleted it because otherwise the publish showed an error immediately, trying to invoke a non-existent method).
…ging draft publishing.
fa0a6c4 to
8a224dd
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
This reverts commit 9564806.
Reverts the PR that temporarily hid the "Publish draft" button on staging channels
Adds toggle by feature flag instead
Removes call to deleted function that had been absorbed into the draft publish function that was already being called.
References
Reverts #5652
Reviewer guidance
Did I delete
v-if="false"correctly?AI usage
None - crafted with my own two hands!