feat: Drop support for the legacy Certificates page.#38422
Open
irfanuddinahmad wants to merge 1 commit intomasterfrom
Open
feat: Drop support for the legacy Certificates page.#38422irfanuddinahmad wants to merge 1 commit intomasterfrom
irfanuddinahmad wants to merge 1 commit intomasterfrom
Conversation
26f2773 to
439dede
Compare
52 tasks
ae7e1f1 to
a507c1f
Compare
93d02e9 to
63d02fd
Compare
salman2013
approved these changes
May 7, 2026
1215e6a to
fbec6b3
Compare
The legacy Certificates page in Studio has been replaced with a new view in the Authoring MFE. This change removes the now unused JS/HTML/Python related to the old page. This work is part of #36108 BREAKING CHANGE: The 'legacy_studio.certificates' waffle flag will no longer be respected. The system will behave as if the flag is set to false permanently.
fbec6b3 to
c9dc30e
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.
This pull request removes the legacy certificates page from Studio, including its backend handler, frontend JavaScript, and Mako template. The certificates page is now fully migrated to a new implementation, and all related legacy code and dependencies have been deleted.
Removal of legacy certificates page:
certificates.htmlMako template, which previously rendered the certificates management UI in Studio.certificates_page_factory.jsBackbone/RequireJS page factory and its associated dependencies, eliminating all related frontend code for the legacy certificates page. [1] [2]Backend cleanup and migration:
certificates_list_handlerview incertificates.py, so requests now always redirect to the new certificates page. [1] [2]Testing
302 redirect to MFE
🤖 Generated with Claude Code