From c6f766089bd1b1a13bd8d92fa31e149ea4a7ec72 Mon Sep 17 00:00:00 2001 From: Blake Matthes Date: Wed, 29 Oct 2025 08:47:29 -0500 Subject: [PATCH] fix(silo adjustment): change the module to name for checking access --- LogisticsSupportTool_API_DOCS/environments/lst.bru | 2 +- .../old/-components/logistics/siloAdjustments/SiloCard.tsx | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/LogisticsSupportTool_API_DOCS/environments/lst.bru b/LogisticsSupportTool_API_DOCS/environments/lst.bru index e1d91e8..756bd84 100644 --- a/LogisticsSupportTool_API_DOCS/environments/lst.bru +++ b/LogisticsSupportTool_API_DOCS/environments/lst.bru @@ -1,5 +1,5 @@ vars { - url: http://localhost:4200 + url: https://usiow2prod.alpla.net session_cookie: urlv2: http://localhost:3000 jwtV2: diff --git a/frontend/src/routes/_old/old/-components/logistics/siloAdjustments/SiloCard.tsx b/frontend/src/routes/_old/old/-components/logistics/siloAdjustments/SiloCard.tsx index 887b936..b4406f1 100644 --- a/frontend/src/routes/_old/old/-components/logistics/siloAdjustments/SiloCard.tsx +++ b/frontend/src/routes/_old/old/-components/logistics/siloAdjustments/SiloCard.tsx @@ -105,7 +105,8 @@ export default function SiloCard(data: any) { stock.
  • - -Silo virtualy ran empty due to production over consumption. + -Silo virtually ran empty due to production over + consumption.
  • -Someone forgot to move a railcar compartment over to this @@ -116,7 +117,7 @@ export default function SiloCard(data: any) { ) : ( <> {session?.user && - userAccess("logistics", [ + userAccess("siloAdjustments", [ "supervisor", "manager", "admin",