-
Notifications
You must be signed in to change notification settings - Fork 8.3k
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
URL field formatter fix #46332
URL field formatter fix #46332
Conversation
💔 Build Failed |
src/legacy/core_plugins/kibana/common/field_formats/types/url.js
Outdated
Show resolved
Hide resolved
💔 Build Failed |
💚 Build Succeeded |
💚 Build Succeeded |
src/legacy/core_plugins/kibana/common/field_formats/types/__tests__/url.js
Show resolved
Hide resolved
💚 Build Succeeded |
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.
LGTM
* Fix url render relative hyperlinks * Fix test cases * Make prefix less errorable * Add some tests for url formatter
can we backport to 7.3.x? |
I can try but is it allowed to backport in the current version? |
i don't think there is another 7.3 release planned |
So this fix didn't make it in 7.4.1. Can we also please get a test please? Thanks! cc @LeeDr |
Issue was fixed here: #49326 |
Summary
#35235
URL field formatter doesn't render relative hyperlinks properly until the fix.
It has been tested in such situations and works fine now.
Checklist
Use
strikethroughsto remove checklist items you don't feel are applicable to this PR.For maintainers