Frontend: Update Catalog Resource path
requested to merge 431497-frontend-render-the-catalog-resource-breadcrumb-path-using-webpath-instead-of-rootnamespace into master
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
withwebPath
- 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 |
---|---|
How to set up and validate locally
- go to
explore/catalog
and make sure the names render - 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.
-
I have evaluated the MR acceptance checklist for this MR.
Edited by Briley Sandlin