From 29da26cc08b2d3308ab604532b1501eaa7a59cf8 Mon Sep 17 00:00:00 2001 From: Jeppe B <2jepp9350@gmail.com> Date: Mon, 1 Jun 2026 21:08:32 +0200 Subject: [PATCH] Guard department lane toggles by permission --- .../displays/DepartmentDailyReportSmall.vue | 19 +++++- ...ment-overview-period-sync.behavior.spec.js | 61 +++++++++++++++++++ 2 files changed, 77 insertions(+), 3 deletions(-) diff --git a/src/views/dashboards/departmentDashboard/other/displays/DepartmentDailyReportSmall.vue b/src/views/dashboards/departmentDashboard/other/displays/DepartmentDailyReportSmall.vue index fb8d2b3c..517cfcec 100644 --- a/src/views/dashboards/departmentDashboard/other/displays/DepartmentDailyReportSmall.vue +++ b/src/views/dashboards/departmentDashboard/other/displays/DepartmentDailyReportSmall.vue @@ -1,5 +1,5 @@