bcgov / workbc-wage-subsidy

WorkBC intake form for Wage Subsidy.
Apache License 2.0
1 stars 1 forks source link

TECH-548: Do not pass guids through list query endpoint URLs #124

Closed strdavis closed 11 months ago

strdavis commented 11 months ago

This pull request prevents guids from being passed through the URLs for list query endpoints. This was happening because the guid was part of the default list filter, and the list filter is passed to the API as a set of query parameters. We can remove the guid from the list filter and use the guid from the token instead, similar to other endpoints. Changes are as follows:

sonarcloud[bot] commented 11 months ago

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication