From c099314bdb65f4596a9e0f62ea25e3e02980fa38 Mon Sep 17 00:00:00 2001 From: ValdiANS Date: Mon, 12 Jan 2026 14:42:02 +0700 Subject: [PATCH] feat: add route permission for daily checklist master configuration --- src/config/route-permission.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/config/route-permission.ts b/src/config/route-permission.ts index ca720f28..9ebc566b 100644 --- a/src/config/route-permission.ts +++ b/src/config/route-permission.ts @@ -20,6 +20,7 @@ export const ROUTE_PERMISSIONS: Record = { '/daily-checklist/reports/': ['lti.dashboard.list'], '/daily-checklist/master-data/employee/': ['lti.dashboard.list'], '/daily-checklist/master-data/activity/': ['lti.dashboard.list'], + '/daily-checklist/master-data/configuration/': ['lti.dashboard.list'], // Production // Production - Project Flock