Use natural sort for SOA document export rows
Signed-off-by: Sacha Al Himdani <sacha@getprobo.com>
This commit is contained in:
@@ -493,7 +493,7 @@ WHERE
|
|||||||
a.%s
|
a.%s
|
||||||
AND a.statement_of_applicability_id = @statement_of_applicability_id
|
AND a.statement_of_applicability_id = @statement_of_applicability_id
|
||||||
ORDER BY
|
ORDER BY
|
||||||
section_title ASC;
|
section_title_sort_key(f.name || ' - ' || c.section_title) ASC;
|
||||||
`
|
`
|
||||||
q = fmt.Sprintf(q, scope.SQLFragment())
|
q = fmt.Sprintf(q, scope.SQLFragment())
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user