-
Notifications
You must be signed in to change notification settings - Fork 935
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Workspace]fix: recent item links are not correctly constructed #9275
[Workspace]fix: recent item links are not correctly constructed #9275
Conversation
Signed-off-by: SuZhou-Joe <[email protected]>
❌ Empty Changelog SectionThe Changelog section in your PR description is empty. Please add a valid changelog entry or entries. If you did add a changelog entry, check to make sure that it was not accidentally included inside the comment block in the Changelog section. |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #9275 +/- ##
=======================================
Coverage 61.68% 61.68%
=======================================
Files 3816 3816
Lines 91693 91693
Branches 14516 14516
=======================================
+ Hits 56557 56559 +2
+ Misses 31510 31509 -1
+ Partials 3626 3625 -1
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
* fix: recent item links are not correctly constructed Signed-off-by: SuZhou-Joe <[email protected]> * Changeset file for PR #9275 created/updated --------- Signed-off-by: SuZhou-Joe <[email protected]> Co-authored-by: opensearch-changeset-bot[bot] <154024398+opensearch-changeset-bot[bot]@users.noreply.github.com> (cherry picked from commit 1ac056a) Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
… (#9276) * fix: recent item links are not correctly constructed * Changeset file for PR #9275 created/updated --------- (cherry picked from commit 1ac056a) Signed-off-by: SuZhou-Joe <[email protected]> Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: opensearch-changeset-bot[bot] <154024398+opensearch-changeset-bot[bot]@users.noreply.github.com>
Description
When constructing the link for recent items, workspace feature flag is required. This PR is to pass workspace feature flag to all the places calling
createRecentNavLink
.Issues Resolved
Screenshot
Before fix
20250126155211735.mp4
After fix
20250126155100110.mp4
Testing the changes
Changelog
Check List
yarn test:jest
yarn test:jest_integration