Add fullPath to CatalogResource graphl query
Compare changes
Files
4- Rajendra Kadam authored
Update specs related to catalog resource item Remove util from spec file Changelog: fixed MR: !148385
This MR adds the fullPath
in the GQL query to fix the bug found in #450914 (closed)
The fullPath
is then used in Catalog resource list item to replace the resourceId with fullPath instead of webPath
.
Please evaluate this MR against the MR acceptance checklist. It helps you analyze changes to reduce risks in quality, performance, reliability, security, and maintainability.
NA
/explore/catalog
for components. If you do have any catalog resources, you can create some by following step via rails console.Seed the db with catalog resources using bundle exec rake "gitlab:seed:ci_catalog_resources[Flightjs, 12, true]". This adds 12 components.
/explore/catalog
.Related to #450914 (closed)
Update specs related to catalog resource item Remove util from spec file Changelog: fixed MR: !148385