Skip to content

Frontend: Update Catalog Resource path

What does this MR do and why?

Related to #431497 (closed)

Also will close out #431795 (closed) and #432037 (closed)

Updating name to use webPath instead of rootNamespace because of permission issues going from private > public catalog. We do lose our root value here, but we will iterate on this.

  • Replace the use of rootNamespace with webPath
  • Remove frontend references to rootNamespace

Screenshots or screen recordings

Screenshots are required for UI changes, and strongly recommended for all other merge requests.

Catalog page Details page
Screenshot_2023-11-15_at_2.21.12_PM Screenshot_2023-11-15_at_2.21.28_PM

How to set up and validate locally

  1. go to explore/catalog and make sure the names render
  2. Click on one of the catalog resources to insure that the name has the same structure on the details page

MR acceptance checklist

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

Edited by Briley Sandlin

Merge request reports