From db054aa6dc382d46c790376fc4fc8a2e88326438 Mon Sep 17 00:00:00 2001 From: AJ Isaacs Date: Mon, 3 Aug 2026 00:26:30 +0000 Subject: [PATCH] fix(web): hide job lock status from printed reports --- CutList.Web/Components/Pages/Jobs/Edit.razor | 4 ++-- CutList.Web/wwwroot/css/report.css | 1 + tests/test_job_results_actions.py | 9 +++++++++ 3 files changed, 12 insertions(+), 2 deletions(-) diff --git a/CutList.Web/Components/Pages/Jobs/Edit.razor b/CutList.Web/Components/Pages/Jobs/Edit.razor index 15a2232..a944880 100644 --- a/CutList.Web/Components/Pages/Jobs/Edit.razor +++ b/CutList.Web/Components/Pages/Jobs/Edit.razor @@ -19,7 +19,7 @@ @if (!IsNew && job.IsLocked) { -
+