You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat!: General cleanup of legacy Studio page waffle flags and related code.
Remove the waffle flags and helper functions for all legacy Studio pages
that have been replaced by the Authoring MFE:
- legacy_studio.schedule_details
- legacy_studio.advanced_settings
- legacy_studio.grading
- legacy_studio.import
- legacy_studio.export
- legacy_studio.course_team
- legacy_studio.certificates
- legacy_studio.configurations
Also removes the course_waffle_flags REST API endpoint
(GET /api/contentstore/v1/course_waffle_flags) and its serializer, view,
and tests, as these only existed to expose the now-removed flags.
Simplifies URL helpers in utils.py to unconditionally return MFE URLs.
This work is part of #36108
BREAKING CHANGE: All of the above waffle flags are removed. The
GET /api/contentstore/v1/course_waffle_flags endpoint is removed.
0 commit comments