Update Claude changelog for Run Checks follow-up fixes

This commit is contained in:
Ivo Oskamp 2026-02-27 10:33:41 +01:00
parent cede08bb31
commit eff1cb3700

View File

@ -23,8 +23,11 @@ This file documents all changes made to this project via Claude Code.
- status filter (`Critical`, `Missed`, `Warning`, `Success (override)`, `Success`) - status filter (`Critical`, `Missed`, `Warning`, `Success (override)`, `Success`)
- only jobs with active ticket - only jobs with active ticket
- only jobs with active remark - only jobs with active remark
- search text
- Run Checks page loads with the logged-in user's saved defaults when no explicit query parameters are provided. - Run Checks page loads with the logged-in user's saved defaults when no explicit query parameters are provided.
- Removed the extra Run Checks-specific search field from Run Checks and User Settings UI to keep filtering scope aligned with request.
### Fixed
- Fixed a Run Checks regression where the search string variable was overwritten by the SQLAlchemy query object, which could cause empty results after changing sort/filter options.
## [2026-02-23] ## [2026-02-23]