Commit f26e206
committed
feat!: Simplify import/export page redirects to always use MFE for courses.
The import and export pages in Studio have been replaced with new views
in the Authoring MFE for courses. The legacy condition guarded by the
'legacy_studio.import' and 'legacy_studio.export' waffle flags is
removed. Courses now always redirect to the MFE; libraries continue to
use the legacy HTML page as v2 libraries are not yet fully rolled out.
This work is part of #36108
BREAKING CHANGE: The 'legacy_studio.import' and 'legacy_studio.export'
waffle flags will no longer be respected for courses. The system will
behave as if the flags are set to false permanently for courses.1 parent 17bc057 commit f26e206
1 file changed
Lines changed: 2 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
46 | | - | |
47 | 46 | | |
48 | 47 | | |
49 | 48 | | |
| |||
99 | 98 | | |
100 | 99 | | |
101 | 100 | | |
102 | | - | |
| 101 | + | |
103 | 102 | | |
104 | 103 | | |
105 | 104 | | |
| |||
358 | 357 | | |
359 | 358 | | |
360 | 359 | | |
361 | | - | |
| 360 | + | |
362 | 361 | | |
363 | 362 | | |
364 | 363 | | |
| |||
0 commit comments