Skip to content

Geo Sites - Fix invalid href prop

Zack Cuddy requested to merge 387563-geo-url-to-string-fix into master

What does this MR do and why?

Closes #387563 (closed)

This fixes a small bug where we were passing a URL rather than the String GlLink. Adding toString() was a solution to convert the URL back to a String.

Screenshots or screen recordings

Link Before Link After (no change)
Before After

How to set up and validate locally

  1. Fetch and checkout this branch
  2. Setup Geo (How to setup Geo)
  3. Access your Primary GDK UI
  4. Navigate to Geo Dashboard (/admin/geo/sites)
  5. Ensure the links in the Replication Details section are still valid

MR acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

Related to #387563 (closed)

Merge request reports