Add filter archived/deleted jobs feature to consolidated changelog

Added Fixed section documenting the filtering of archived jobs and
inactive customers from job list pages.

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
This commit is contained in:
Ivo Oskamp 2026-02-06 14:15:37 +01:00
parent 6db8cf9ded
commit fe5e3b9de4

View File

@ -42,6 +42,12 @@ This file documents all changes made to this project via Claude Code.
- Successfully integrated Autotask PSA integration, changelog restructuring, and UI improvements - Successfully integrated Autotask PSA integration, changelog restructuring, and UI improvements
- All features from individual branches now available in main - All features from individual branches now available in main
### Fixed
- Jobs from archived jobs and inactive customers no longer appear on Daily Jobs, Run Checks, and Jobs list pages
- Added customer active status filtering to all job list queries
- Jobs now filtered where customer is NULL or active=True alongside existing archived=False filter
- Prevents showing jobs with "-" status from deleted customers or archived jobs
### Removed ### Removed
- Cleaned up 66 merged feature branches from repository (both local and remote): - Cleaned up 66 merged feature branches from repository (both local and remote):
- Removed all v20260113-* branches (8 branches) - Removed all v20260113-* branches (8 branches)