Mercurial > p > roundup > code
diff CHANGES.txt @ 8253:cae1bbf2536b
fix: issue2551374 - Add error handling for filter expressions. Fix UI
Errors are now reported using the search template.
This should work in most situations. However if the query was
generated using an alternate search template, the user may not be able
to fix it. I'm not sure how to tell what template was used to submit
the search. By the time I handle the error, I don't think I have
access to an ok template or error template. Might need to add a new
field if this becomes a problem.
Also fixed a couple of tests changing the status code to 200 from 400
since we aren't on an error page anymore.
Updated user_guide including 3 sample error messages for search
expressions and how to understand them.
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Wed, 01 Jan 2025 02:06:00 -0500 |
| parents | 741ea8a86012 |
| children | 2a7c3eeaf167 |
line wrap: on
line diff
--- a/CHANGES.txt Wed Jan 01 01:02:09 2025 -0500 +++ b/CHANGES.txt Wed Jan 01 02:06:00 2025 -0500 @@ -59,9 +59,7 @@ - fixed a crash with roundup-admin perftest password when rounds not set on command line. (John Rouillard) - issue2551374 - Add error handling for filter expressions. Filter - expression errors are now reported. The UI needs some work but - even the current code is helpful when debugging filter - expressions. (John Rouillard) + expression errors are now reported. (John Rouillard) Features:
