Mercurial > p > roundup > code
diff CHANGES.txt @ 6398:26e5c42f148c
issue2551078 - Fix traceback caused when putting two id's into a Link html field.
A ValueError is raised. Handle exception and return invalid
value. hyperdb.py now reports 'you may only enter ID values for
property ...' to the user.
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Fri, 07 May 2021 22:26:37 -0400 |
| parents | 51a1a9b0f567 |
| children | 87ef0288c076 |
line wrap: on
line diff
--- a/CHANGES.txt Fri May 07 21:47:16 2021 +0200 +++ b/CHANGES.txt Fri May 07 22:26:37 2021 -0400 @@ -95,6 +95,10 @@ - issue2551062: roundup-admin security now exits status 1 when it finds an invalid property. It no longer tries to print the rest of the security properties. (John Rouillard) +- issue2551078 - Fix traceback caused when putting two id's into a + Link html field. A ValueError is raised. Handle exception and return + value. hyperdb.py now reports 'you may only enter ID values for + property ...' to the user. Features: - issue2550522 - Add 'filter' command to command-line
