diff --git a/.last-branch b/.last-branch index 6c6c6f2..2d5d8e0 100644 --- a/.last-branch +++ b/.last-branch @@ -1 +1 @@ -v20260104-10-reports-html-export-fix-stats-view-and-total-runs +v20260104-11-reports-jobs-remove-text-column-option diff --git a/containers/backupchecks/src/backend/app/main/routes_reporting_api.py b/containers/backupchecks/src/backend/app/main/routes_reporting_api.py index 7ae6504..35f5d61 100644 --- a/containers/backupchecks/src/backend/app/main/routes_reporting_api.py +++ b/containers/backupchecks/src/backend/app/main/routes_reporting_api.py @@ -238,7 +238,6 @@ def build_report_columns_meta(): { "name": "Summary metrics", "items": [ - {"key": "object_name", "label": "Text", "views": ["summary"]}, {"key": "total_runs", "label": "Total runs", "views": ["summary"]}, {"key": "success_count", "label": "Success", "views": ["summary"]}, {"key": "success_override_count", "label": "Success (override)", "views": ["summary"]}, @@ -288,12 +287,6 @@ def build_report_columns_meta(): {"key": "reviewed_at", "label": "Reviewed at", "views": ["snapshot"]}, ], }, - { - "name": "Text", - "items": [ - {"key": "object_name", "label": "Text", "views": ["snapshot", "summary"]}, - ], - }, { "name": "Summary counts", "items": [ diff --git a/docs/changelog.md b/docs/changelog.md index 5412985..a9f12df 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -273,6 +273,14 @@ - Updated the Total runs calculation in the HTML summary to only count run statuses that are selected in the active view. - Prevented non-selected statuses (such as missed) from being included in the Total runs calculation. +--- + +## v20260104-11-reports-jobs-remove-text-column-option + +- Removed the “Text” column from the Jobs column selection in Reports. +- Cleaned up column metadata so the “Text” option no longer appears in the Reports UI. +- Ensured consistency between selectable columns and rendered report output. + ================================================================================================================================================ ## v0.1.15