fix(silo adjustment): change the module to name for checking access

This commit is contained in:
2025-10-29 08:47:29 -05:00
parent 6c27fa10a6
commit c6f766089b
2 changed files with 4 additions and 3 deletions

View File

@@ -1,5 +1,5 @@
vars { vars {
url: http://localhost:4200 url: https://usiow2prod.alpla.net
session_cookie: session_cookie:
urlv2: http://localhost:3000 urlv2: http://localhost:3000
jwtV2: jwtV2:

View File

@@ -105,7 +105,8 @@ export default function SiloCard(data: any) {
stock. stock.
</li> </li>
<li> <li>
-Silo virtualy ran empty due to production over consumption. -Silo virtually ran empty due to production over
consumption.
</li> </li>
<li> <li>
-Someone forgot to move a railcar compartment over to this -Someone forgot to move a railcar compartment over to this
@@ -116,7 +117,7 @@ export default function SiloCard(data: any) {
) : ( ) : (
<> <>
{session?.user && {session?.user &&
userAccess("logistics", [ userAccess("siloAdjustments", [
"supervisor", "supervisor",
"manager", "manager",
"admin", "admin",