From 7c356ebf8ff2ffb76e439fcbc96b308170c3dc52 Mon Sep 17 00:00:00 2001 From: Ivo Oskamp Date: Sun, 8 Feb 2026 13:47:08 +0100 Subject: [PATCH] Fix archived jobs access documentation Corrected documentation about archived jobs visibility: Archived Jobs Access: - No toggle/filter on Jobs page to show archived jobs - Archived jobs are on a SEPARATE page - Only accessible to Admin role (not Operators or Viewers) - Separate menu item: "Archived Jobs" Jobs Page: - Shows only active jobs for active customers - No option to view archived jobs on this page - Archived jobs completely hidden from non-admin users Unarchiving: - Only admins can unarchive jobs - Done from Archived Jobs page (not Jobs page) - Unarchived jobs immediately reappear in operational views Removed incorrect references to "Show archived jobs" toggle. Co-Authored-By: Claude Sonnet 4.5 --- .../customers-jobs/approved-jobs.html | 25 +++++++++++-------- 1 file changed, 15 insertions(+), 10 deletions(-) diff --git a/containers/backupchecks/src/templates/documentation/customers-jobs/approved-jobs.html b/containers/backupchecks/src/templates/documentation/customers-jobs/approved-jobs.html index 7abb6cf..4f3612d 100644 --- a/containers/backupchecks/src/templates/documentation/customers-jobs/approved-jobs.html +++ b/containers/backupchecks/src/templates/documentation/customers-jobs/approved-jobs.html @@ -63,8 +63,8 @@
- 💡 Filtering:
- By default, only active jobs for active customers are shown. Archived jobs and jobs belonging to inactive customers are hidden. Use the "Show archived jobs" toggle to view archived jobs. + 💡 Active Jobs Only:
+ The Jobs page shows only active jobs for active customers. Archived jobs and jobs belonging to inactive customers are not shown on this page. Archived jobs are visible on a separate page accessible only to administrators.

Viewing Job Details

@@ -181,25 +181,30 @@

Viewing Archived Jobs

-

To view archived jobs:

+

Archived jobs are accessible on a separate page:

    -
  1. Navigate to the Jobs page
  2. -
  3. Enable the Show archived jobs toggle at the top of the page
  4. -
  5. Archived jobs will appear in the list with an "Archived" label
  6. +
  7. Navigate to the Archived Jobs page in the main menu
  8. +
  9. This page is only accessible to administrators
  10. +
  11. The page displays all archived jobs with their details
+
+ 💡 Admin Only Access:
+ Only users with the Admin role can view the Archived Jobs page. Operators and other roles cannot access archived jobs. +
+

Unarchiving a Job

-

To unarchive a job:

+

To unarchive a job (Admin only):

    -
  1. Enable Show archived jobs
  2. -
  3. Find the archived job
  4. +
  5. Navigate to the Archived Jobs page
  6. +
  7. Find the archived job in the list
  8. Click the Unarchive button
-

The job will immediately reappear in operational views (Daily Jobs, Run Checks).

+

The job will immediately reappear in the Jobs page and operational views (Daily Jobs, Run Checks).

Deleting Jobs