fix: update legacy library deprecation warning to specify Willow release#3078
Conversation
Closes openedx#2876 Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #3078 +/- ##
=======================================
Coverage 95.61% 95.61%
=======================================
Files 1391 1391
Lines 33075 33075
Branches 7680 7680
=======================================
Hits 31626 31626
Misses 1384 1384
Partials 65 65 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
Closing this PR as it no longer makes sense to merge. This fix was intended for Verawood, where users would see the warning ahead of the Willow removal. However, Verawood's code freeze has already passed (May 1, 2026), so this can't land in Verawood. In Willow, the legacy library pages that display this warning will be removed entirely (as part of openedx-platform#38056), so the warning would either never be seen or confusingly self-reference the current release. The warnings added by openedx-platform#38225 and #2963 (merged March/April 2026) are sufficient for Verawood — the "in a future release" wording is acceptable given the context. Closing issue #2876 as done-enough. |
Description
Replaces the vague phrase "In a future release" with the specific release name "In the Willow release" in the legacy libraries migration alert shown on the Legacy Libraries tab of Studio Home.
Before:
After:
Supporting information
src/studio-home/tabs-section/messages.ts(alertDescriptionV1)Test plan
🤖 Generated with Claude Code