From 044a6afe8fd12af5486b2a3ce0372e8bf16c9b0b Mon Sep 17 00:00:00 2001 From: Simon Dalvai Date: Thu, 11 Jan 2024 17:08:00 +0100 Subject: [PATCH] acl: open ParkinStation with origin skidata --- src/main/resources/acl-rules/stations/GUEST.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/acl-rules/stations/GUEST.sql b/src/main/resources/acl-rules/stations/GUEST.sql index 38508c2c..d2371ff2 100644 --- a/src/main/resources/acl-rules/stations/GUEST.sql +++ b/src/main/resources/acl-rules/stations/GUEST.sql @@ -44,7 +44,7 @@ or (s.stationtype = 'EnvironmentStation' and s.origin = 'APPATN-open') or (s.stationtype = 'LinkStation' and (s.origin is null or s.origin = 'NOI')) or (s.stationtype = 'MeteoStation' and s.origin in ('meteotrentino', 'SIAG', 'EURAC')) - or (s.stationtype = 'ParkingStation' and s.origin in ('FAMAS', 'FBK', 'Municipality Merano')) + or (s.stationtype = 'ParkingStation' and s.origin in ('FAMAS', 'FBK', 'Municipality Merano', 'skidata')) or (s.stationtype = 'RWISstation' and s.origin = 'InfoMobility') -- special rules