Non Unique sort keys in qroHeader() title elements. #111
Labels
bug
Something isn't working
invalid
This doesn't seem right
LCB-TechDebt
Issue exists in Legacy Code Base. We inherited it.
Prod
Observed in Production Environment.
Stability
Issue impacts or is related to App Stability.
Milestone
includes/base_output_query.inc.php
QueryResultsOutput
AddTitle()
&GetSortSQL()
AddTitle()
will assure property uniqueness across multipletitle
elements. Breaking this assumption can lead to bugs whenGetSortSQL()
is called. The first matching property is returned regardless of which title it is in.Expected Behavior:
Each title element is given unique sort properties that can later be retrieved in a caller agnostic way.
Current Behavior:
The
$asc_sort
&$desc_sort
properties ofqroHeader
title elements are not unique across title elements.The text was updated successfully, but these errors were encountered: