Skip to content

Commit

Permalink
acl: open ParkinStation with origin skidata
Browse files Browse the repository at this point in the history
  • Loading branch information
dulvui committed Jan 11, 2024
1 parent c655a27 commit 044a6af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/resources/acl-rules/stations/GUEST.sql
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 044a6af

Please sign in to comment.