stable

Clone or download

Read-only

Fixes request #40075 XTS ORDER BY should order string fields using alphanumeric sort

How to test: - Make sure to have a string/text field (or title/description semantic set) in your tracker - You need at least 4 artifacts for the test, in the concerned string field, the value set should start with a digit. e.g (1 , 11 ,10 , 6) - In the XTS widget retrieve the string field and order the result by ASC and DESC => The result should be alphanumerical ordered. Change-Id: I688762e047b5f2a66501d3b4ec9f4e9fad1a0a7e

Modified Files

Name
M plugins/crosstracker/include/CrossTracker/Report/Query/Advanced/OrderByBuilder/Field/Text/TextFromOrderBuilder.php +1 −1 Go to diff View file
M plugins/crosstracker/tests/integration/CrossTracker/Report/Query/Advanced/OrderBy/TextOrderByBuilderTest.php +14 −5 Go to diff View file