Mercurial > p > roundup > code
diff CHANGES.txt @ 8281:669dfccca898
issue2551391 - checkboxes and radiobutton inputs get wrong id's.
Actually it breaks automatic id assignment for all inputs.
Inputs now get an automatic id assignment that matches the name.
It can be overridden by supplting an id parameter in the call to
the field() method.
This is also a partial fix for issue1513369. I think it obsoletes the
changes to templating.py.
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Thu, 16 Jan 2025 02:32:58 -0500 |
| parents | 341841a9edc5 |
| children | 2bf0c4e7795e |
line wrap: on
line diff
--- a/CHANGES.txt Sun Jan 12 20:21:57 2025 -0500 +++ b/CHANGES.txt Thu Jan 16 02:32:58 2025 -0500 @@ -74,6 +74,9 @@ - close http socket and send a 408 status when a timeout exception is handed in roundup-server. This prevents another exception caused by using a timed out socket. (John Rouillard) +- issue2551391, partial fix for issue1513369. input fields were + not getting id's assigned. Fixed automatic id assignment to + input fields. Thinko in the code. (John Rouillard) Features:
