refactor: remove useNewVideoUploadsPage waffle flag#3106
Closed
farhan wants to merge 1 commit into
Closed
Conversation
Removes the useNewVideoUploadsPage waffle flag and collapses its gated branches: the VideoSettingsModal "Replace video" button now renders whenever the editor is not in a library, and the content dropdown "Videos" link is governed solely by the ENABLE_VIDEO_UPLOAD_PAGE_LINK_IN_CONTENT_DROPDOWN env config. Deferred from openedx#3063 and split out of openedx#3069 because this is a feature flag (edX/MIT-specific videos page), not an MFE-vs-legacy routing flag. See openedx#3105. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
6 tasks
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #3106 +/- ##
==========================================
- Coverage 95.57% 95.57% -0.01%
==========================================
Files 1403 1403
Lines 33294 33292 -2
Branches 7811 7803 -8
==========================================
- Hits 31822 31820 -2
Misses 1406 1406
Partials 66 66 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
This was referenced Jun 21, 2026
Contributor
Author
|
Closing — flag removal is on hold pending the upstream decision in openedx/openedx-platform#37972. Full reasoning in #3105. |
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.
Closes #3105 (deferred — see above)
Description
Removes the
useNewVideoUploadsPagewaffle flag and keep it enabled by default.References
useNewVideoUploadsPagewaffle flag (deferred from #3063) #3105 (full history) · epic Complete the MFE conversion process for frontend-app-authoring #3089 · related Remove usage of 10 - legacy waffle flags #3063, Remove Legacy UI Waffle Flags [DEPR] #3069