stable
Clone or download
Read-only
Fixes request #40076 XTS ORDER BY should order static list fields using alphanumeric sort
How to test: - Make sure to have a static field in your tracker - You need at least 4 artifacts for the test, in the concerned static field, the value set should start with a digit. e.g (1 , 11 ,10 , 6) - In the XTS widget retrieve the static field and order the result by ASC and DESC => The result should be alphanumerical ordered. Note: The integration test has been updated to take in account the alphanumeric sort Change-Id: Iafdf3aeea58ac2dc243205fcf1340a45e64171e2
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/crosstracker/include/CrossTracker/Report/Query/Advanced/OrderByBuilder/Field/StaticList/StaticListFromOrderBuilder.php | +1 | −1 | Go to diff View file |
M | plugins/crosstracker/tests/integration/CrossTracker/Report/Query/Advanced/OrderBy/StaticListOrderByBuilderTest.php | +12 | −6 | Go to diff View file |