Skip to content
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

Fix url overflow error UI in 7.8 #68670

Merged
merged 1 commit into from
Jun 10, 2020
Merged

Conversation

joshdover
Copy link
Contributor

Summary

The fix for #67458 in 7.8 is a bit different in that we just need to ensure that the route is imported. This eliminates the redirect loop seen in the issue.

Ideally this route would be registered in the kibana_legacy code itself, but that would be a riskier change for a post-FF fix and is not necessary for 7.9+.

@joshdover joshdover added Team:Core Core services & architecture: plugins, logging, config, saved objects, http, ES client, i18n, etc Team:Visualizations Visualization editors, elastic-charts and infrastructure release_note:skip Skip the PR/issue when compiling release notes v7.8.0 labels Jun 9, 2020
@elasticmachine
Copy link
Contributor

Pinging @elastic/kibana-platform (Team:Platform)

@elasticmachine
Copy link
Contributor

Pinging @elastic/kibana-app (Team:KibanaApp)

@kibanamachine
Copy link
Contributor

💚 Build Succeeded

To update your PR or re-run it, just comment with:
@elasticmachine merge upstream

@@ -42,6 +42,7 @@ import 'uiExports/shareContextMenuExtensions';
import 'uiExports/interpreter';

import 'ui/autoload/all';
import 'ui/error_url_overflow';
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Are we sure these 3 imports are enough and that the feature isn't used elsewhere?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

To be honest, no. But AFAIK users only hit this in Dashboard, Vizualize, and Timelion in practice, so this seems like a good enough / lowest-risk solution.

@joshdover joshdover merged commit 924b945 into elastic:7.8 Jun 10, 2020
@joshdover joshdover deleted the issue-67776-7.8 branch June 10, 2020 16:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
release_note:skip Skip the PR/issue when compiling release notes Team:Core Core services & architecture: plugins, logging, config, saved objects, http, ES client, i18n, etc Team:Visualizations Visualization editors, elastic-charts and infrastructure v7.8.0
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants