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

Clicking "Edit existing pattern" causes full Kibana refresh #13489

Closed
cjcenizal opened this issue Aug 11, 2017 · 2 comments
Closed

Clicking "Edit existing pattern" causes full Kibana refresh #13489

cjcenizal opened this issue Aug 11, 2017 · 2 comments
Labels
bug Fixes for quality problems that affect the customer experience

Comments

@cjcenizal
Copy link
Contributor

image

This definitely seems like an error since we're in Management the whole time.

@spalger Do you think this could have something to do with kbnUrl? https://github.com/elastic/kibana/blob/master/src/ui/public/index_patterns/_index_pattern.js is the file responsible for this behavior, and this is the offending line:

kbnUrl.change('/management/kibana/indices/{{id}}', { id: duplicate.id });
@cjcenizal cjcenizal added :Management bug Fixes for quality problems that affect the customer experience labels Aug 11, 2017
@spalger
Copy link
Contributor

spalger commented Aug 18, 2017

Hmm, this isn't happening for me...

@cjcenizal
Copy link
Contributor Author

Ah, I think this was fixed by #13488.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Fixes for quality problems that affect the customer experience
Projects
None yet
Development

No branches or pull requests

2 participants