bcgov / hcap

Application supporting access to the Health Career Access Program (HCAP) for employers and participants.
Apache License 2.0
2 stars 1 forks source link

HCAP-1323 | RoS Start Date Column Sorting #816

Closed taraepp closed 2 years ago

taraepp commented 2 years ago

Ticket: https://freshworks.atlassian.net/browse/HCAP-1323

Source of bug was that it was trying to sort on the column rosStatuses, but for Moh/SU, the query is different, it uses a view that had to have a different column name because it can only be lowercase name. First I changed it to just look at the right column in the code block that deals specifically with the sorting, but then I decided to move it up into the context/variable definition as that should also avoid future bugs and be less complex.

sonarcloud[bot] commented 2 years 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