Mercurial > p > roundup > code
diff CHANGES.txt @ 6422:91ae685405ba
- issue2550964 - History can (temporarily) show incorrect value...
when a change is rejected.
Fix history function to always use the database values and ignore the
current setting in the form.
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Wed, 26 May 2021 12:04:06 -0400 |
| parents | 9c57f2814597 |
| children | 443f80297ac1 |
line wrap: on
line diff
--- a/CHANGES.txt Sun May 23 18:00:55 2021 -0400 +++ b/CHANGES.txt Wed May 26 12:04:06 2021 -0400 @@ -119,6 +119,9 @@ - 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) +- issue2550964 - History can (temporarily) show incorrect value when a + change is rejected. Fix history function to always use the database + values and ignore the current setting in the form. Features: - issue2550522 - Add 'filter' command to command-line
