Short url: Embed flag is not respected #72830
Labels
bug
Fixes for quality problems that affect the customer experience
Feature:SharingURLs
Short URLs and Share URL features
impact:low
Addressing this issue will have a low level of impact on the quality/strength of our product.
loe:small
Small Level of Effort
regression
Kibana version: 7.9 BC2
Describe the bug: iframe short urls created prior to 7.7 lose the embed flag and are thus rendering with visible chrome
Steps to reproduce:
/goto/sdhfkjsdfhjklds?embed=true
)Expected behavior:
Dashboard should render in embedded mode.
Any additional context:
This is happening because this change: #58846
In 7.7 and after the
embed
flag is part of the saved short URL. While this behavior makes sense, it didn't take into account existing short urls with the embed flag outside of the url saved object.This can be fixed by checking whether there is a
embed
flag in the server side short url redirect handling and including it into the redirected url.The text was updated successfully, but these errors were encountered: