3 Commits

Author SHA1 Message Date
c7f1702663 Merge pull request 'foerderne-user-can-do-trips' (#1093) from foerderne-user-can-do-trips into staging
All checks were successful
CI/CD Pipeline / test (push) Successful in 25m49s
CI/CD Pipeline / deploy-staging (push) Successful in 35m1s
CI/CD Pipeline / deploy-main (push) Has been skipped
Reviewed-on: #1093
2025-07-13 09:54:48 +02:00
80eca1a3b2 foerderne user can do trips on the water
Some checks failed
CI/CD Pipeline / deploy-staging (push) Has been cancelled
CI/CD Pipeline / test (push) Has been cancelled
CI/CD Pipeline / deploy-main (push) Has been cancelled
2025-07-13 09:22:47 +02:00
d1341006f7 Merge pull request 'allow to change from 'bootsfuehrer' to 'cox'' (#1090) from bootsman-to-cox into main
Some checks failed
CI/CD Pipeline / test (push) Failing after 32m16s
CI/CD Pipeline / deploy-staging (push) Has been skipped
CI/CD Pipeline / deploy-main (push) Has been skipped
Reviewed-on: #1090
2025-07-03 11:03:50 +02:00

View File

@ -74,6 +74,7 @@ async fn index(
.await;
users.retain(|u| {
u.roles.contains(&"Donau Linz".into())
|| u.roles.contains(&"Förderndes Mitglied".into())
|| u.roles.contains(&"scheckbuch".into())
|| u.user.name == "Externe Steuerperson"
});