Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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
Create dashboard drilldown - select dashboard via filtering combo box and navigate to dashboarrd #60087
Create dashboard drilldown - select dashboard via filtering combo box and navigate to dashboarrd #60087
Changes from 45 commits
813a896
65ff148
d46fcf0
6e11bc2
699d853
d3ac7ad
a5ee274
4369399
94b08ae
86f9768
a276b96
a112732
3b39dcd
0bbf360
636d9ab
6ea19aa
0178ff5
a431e86
4217b18
177822f
8bcbc1b
f7b7add
346dc40
bd7a91c
5ea7818
8297b55
feccdfc
29e885c
100c4f0
340fd89
406facd
d894574
bf9e505
a24e29a
d7633b3
59101ef
9fdb358
bb308d6
8d10133
31e28a3
38ec7a0
c3708ca
4a8d4a1
0deb6b4
6a78486
bc3fdd4
8deeaa9
514561b
40e396c
a9b86a9
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
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.
This fixes an edge case with state update when panel with older version than current kibana version is opened before saved with newer version.
e.g. 7.7.0 panel is opened in master.
Without this, serialised state technically changes which causes redundant browser history record.
Change is required to have this test working: https://github.com/elastic/kibana/pull/60087/files#diff-401179577e069eaeb5f20de5ad1ba769R109
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.
This change is required to make dashboard drilldown navigation with dashboard and back button work together.
Just an enhancement to current encoding differences workaround.
The change simplifies how the hash is extracted from the url, the problem is that url.parse encodes '`' when doing the parsing and for drilldown case this causes 2 browser history records.
simple back button scenario for dashboard to dashboard drilldown is covered: https://github.com/elastic/kibana/pull/60087/files#diff-401179577e069eaeb5f20de5ad1ba769R109
We have existing e2e for original bug fix and that one stays green with the test