Skip to content

Fix URL base of API endpoint

charlie ablett requested to merge 396981-cablett-fix-broken-vsa-filter-bar into master

What does this MR do and why?

The VSA dashboard's filter bar breaks at group level because the URLs which represent an API endpoint do not use groups/ prefix like the controller endpoints do. So fullPath is too long.

How to set up and validate locally

See reproduction steps in #396981 (closed).

Before

vsa_filter_broken

image

(in network tab of inspector)

image

After

vsa_filter

image

(in network tab of inspector)

image

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 #396981 (closed)

Edited by charlie ablett

Merge request reports