Mercurial > p > roundup > code
diff CHANGES.txt @ 7694:54eb12cd3be1
fix: make task index not crash.
It looks like the task.index.html page was a copy of bug.index.html.
However some fields are missing from a task that is in a bug. This
causes a crash when looking at all tasks if you don't explicitly
select the fields to be displayed.
The task links from the sidebar do explicitly select @columns fields,
so the crash is not normally seen.
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Sun, 05 Nov 2023 22:31:40 -0500 |
| parents | d17e57220a62 |
| children | 2be7a8f66ea7 |
line wrap: on
line diff
--- a/CHANGES.txt Sat Nov 04 21:09:21 2023 -0400 +++ b/CHANGES.txt Sun Nov 05 22:31:40 2023 -0500 @@ -74,6 +74,8 @@ - fix repeated password id with user.item.html in all templates except jinja2. (John Rouillard) - fix unclosed file when saving index in indexer_dbm.py. (John Rouillard) +- fix task index in devel tracker so it doesn't cause a crash if all + fields are selected. (John Rouillard) Features:
