Back button navigation regression in 7.5,7.x (fix #31238) #54270
Labels
bug
Fixes for quality problems that affect the customer experience
regression
Team:Core
Core services & architecture: plugins, logging, config, saved objects, http, ES client, i18n, etc
v7.5.0
Kibana version: 7.5 , 7.x, (master is ok)
Describe the bug:
#31238 is reproduced in 7.5, 7.x
Any additional context:
Original fix was added in #32372 and landed into 7.0.0
The code which fixes the bug exists in master :
kibana/src/legacy/ui/public/chrome/api/sub_url_hooks.js
Line 60 in 63ac99b
And also in 7.0 up to 7.2: https://github.com/elastic/kibana/blob/7.2/src/legacy/ui/public/chrome/api/sub_url_hooks.js#L45
But that piece of code is missing in 7.3, 7.4, 7.5, 7.x:
https://github.com/elastic/kibana/blob/d1f329619fb7236aad18fa34dda78b168be2bf06/src/legacy/ui/public/chrome/api/sub_url_hooks.js
I checked that in 7.5 the bug is reproduced (didn't check 7.3, 7.4)
Apparently the code is missing in 7.x because the original pr war reverted and then applied again:
#34300
#36226
But looks like on of those prs wasn't back-ported.
Also, was impossible to catch regression, because the original e2e test was skipped: #33468. Would be great to enable it back in scope of this fix.
The text was updated successfully, but these errors were encountered: