From fe5e3b9de46b9e865d7fb0c08c4ad25f4a1fd988 Mon Sep 17 00:00:00 2001 From: Ivo Oskamp Date: Fri, 6 Feb 2026 14:15:37 +0100 Subject: [PATCH] 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 --- docs/changelog-claude.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/changelog-claude.md b/docs/changelog-claude.md index c0f13a0..0b89cf1 100644 --- a/docs/changelog-claude.md +++ b/docs/changelog-claude.md @@ -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 - 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 - Cleaned up 66 merged feature branches from repository (both local and remote): - Removed all v20260113-* branches (8 branches)