-
Notifications
You must be signed in to change notification settings - Fork 916
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
[Bug][Workspace]fix: revert new home page ui setting for workspace default route #7858
[Bug][Workspace]fix: revert new home page ui setting for workspace default route #7858
Conversation
Signed-off-by: yubonluo <[email protected]>
❌ Changelog Entry Missing HyphenChangelog entries must begin with a hyphen (-). |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #7858 +/- ##
==========================================
- Coverage 63.83% 63.83% -0.01%
==========================================
Files 3661 3661
Lines 81362 81359 -3
Branches 12982 12981 -1
==========================================
- Hits 51941 51936 -5
- Misses 26235 26236 +1
- Partials 3186 3187 +1
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
Could you please elaborate more on what is the bug? |
…fault route (#7858) * revert new home page ui setting for workspace default route Signed-off-by: yubonluo <[email protected]> * Changeset file for PR #7858 created/updated --------- Signed-off-by: yubonluo <[email protected]> Co-authored-by: opensearch-changeset-bot[bot] <154024398+opensearch-changeset-bot[bot]@users.noreply.github.com> (cherry picked from commit a0365d8) Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
…fault route (#7858) (#7914) * revert new home page ui setting for workspace default route * Changeset file for PR #7858 created/updated --------- (cherry picked from commit a0365d8) Signed-off-by: yubonluo <[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
Revert new home page ui setting for workspace default route.
and
are enabled/disabled at the same time.
We do not handle the case where useNewHomePage and workspace are inconsistent.
Issues Resolved
Screenshot
Testing the changes
Changelog
Check List
yarn test:jest
yarn test:jest_integration