chore: remove transcript editor rollout toggle [LP-1108] - #112
Merged
Conversation
alenkadev
approved these changes
Sep 4, 2026
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.
Removes the temporary rollout toggle gating the in-platform transcript editor, per the product
decision to ship the feature without a flag, and brings the fork in line with the upstream
contribution (openedx#3215).
src/data/api.ts: drop theenableTranscriptEditorwaffle-flag default.TranscriptMenu.jsx: drop theuseWaffleFlags/VideosPageContextimports, thecourseIdcontext read, the hook call, and the
{enableTranscriptEditor && …}wrapper - the"Edit transcript" menu item now always renders for videos.
TranscriptEditor.scss: one trailing-whitespace fix, matching upstream.Removal only - no new files, no new dependencies, no test changes needed (no fork test
referenced the flag).
Supporting information
Testing instructions
Manual: Course → Videos → open a transcript row's ⋮ menu. "Edit transcript" is present with no
waffle flag configured; the editor opens and saves as before.
Other information
in Studio on deploy. Previously it was hidden unless
contentstore.enable_transcript_editorwas enabled for the course. This is the intended product outcome (LP-1108).
ignored; if the backend deploys first, the entry stays hidden until this ships.
transcript-editor/from upstream feat: add in-platform transcript editor to the videos page openedx/frontend-app-authoring#3215 back to the fork.