-
Notifications
You must be signed in to change notification settings - Fork 8.5k
New Kibana app link order #66320
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
New Kibana app link order #66320
Conversation
|
Pinging @elastic/kibana-core-ui (Team:Core UI) |
ryankeairns
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
flash1293
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Tested in firefox and works fine, LGTM
|
@ryankeairns @myasonik per discussion in #66279, this is no longer needed. However we do need to move Discover back to the top... |
💚 Build SucceededHistory
To update your PR or re-run it, just comment with: |
ryankeairns
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
|
@myasonik @ryankeairns @kobelb I realize this is a bad day for backport requests at this point with #68000 and the telemetry issue, but we'd like to avoid randomly switching the order of links in the navigation. Would it be possible to ensure this change gets into 7.8? |
We're considering this one to be a bugfix, so I won't protest :) |
|
@alexfrancoeur I believe this has been backported in another PR #67991 |
|
Friendly reminder: Looks like this PR hasn’t been backported yet. |
|
Friendly reminder: Looks like this PR hasn’t been backported yet. |
1 similar comment
|
Friendly reminder: Looks like this PR hasn’t been backported yet. |


Summary
Resolves #66279
Sets the order to:
Also "forwardports" a fix for legacy links discovered while backporting a previous PR to 7.8. (Was only discovered because tests for this case are written in Discover, Dashboard, and Visualize and it's only broken if the app is a legacy app.)
Separate PR for 7.8 because of the massive amount of code change between versions because of Kibana App moving to NP.