Mercurial > p > roundup > code
diff CHANGES.txt @ 6421:9c57f2814597
Fix issue2551122 (MultilinkHTMLProperty sorted method issue)
The sorted method of MultilinkHTMLProperty does a string sort even if
the property is an integer.
Fixed so that the orderprop for the linked class is used.
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Sun, 23 May 2021 18:00:55 -0400 |
| parents | 5d6b6e948e17 |
| children | 91ae685405ba |
line wrap: on
line diff
--- a/CHANGES.txt Sun May 23 17:41:23 2021 -0400 +++ b/CHANGES.txt Sun May 23 18:00:55 2021 -0400 @@ -116,6 +116,9 @@ signature. Without these upgrades, ssl mode won't start. Note this exposes other issue with roundup-server operating as an SSL endpoint. See issue2551138 and issue2551137. +- issue2551122 - sorted method of MultilinkHTMLProperty does a string + sort even if the property is an integer. Fixed so that the orderprop + for the linked class is used. (John Rouillard, reported by Nagy Gabor) Features: - issue2550522 - Add 'filter' command to command-line
