Prevent page load in field formatter links #68493
Labels
Feature:FieldFormatters
impact:medium
Addressing this issue will have a medium level of impact on the quality/strength of our product.
loe:medium
Medium Level of Effort
technical debt
Improvement of the software architecture and operational architecture
URL Field formatters contain links - if these are linking to other applications within Kibana, a full page load will be triggered even though it's possible to load another app using the Kibana platform application service.
Once #67595 is merged, kibana_react will provide a component RedirectCrossAppLinks which should wrap the rendered markdown. It will intercept all click events and perform a Kibana platform navigation if possible.
The text was updated successfully, but these errors were encountered: