From 0ed996d59ddb45771cb54a9315fe24accba77d83 Mon Sep 17 00:00:00 2001 From: Niklas Mertsch <49114330+NMertsch@users.noreply.github.com> Date: Mon, 7 Jul 2025 07:41:47 +0200 Subject: [PATCH 1/2] Add missing on-site volunteer role to prod config --- prod-config.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/prod-config.toml b/prod-config.toml index 8110c879..d62608da 100644 --- a/prod-config.toml +++ b/prod-config.toml @@ -25,6 +25,8 @@ pretix_cache_file = "pretix_cache.json" "Sponsor Conference Pass" = ["Participants", "Onsite Participants", "Sponsors"] # speakers "Presenter" = ["Participants", "Onsite Participants", "Speakers"] +# onsite volunteers +"On-site Volunteer" = ["Participants", "Onsite Participants", "Volunteers", "Onsite Volunteers"] [registration.variation_to_roles] "Volunteer" = ["Volunteers", "Onsite Volunteers"] From 28697c2dba88e4d7062f07a1199d5a39096734c2 Mon Sep 17 00:00:00 2001 From: Niklas Mertsch <49114330+NMertsch@users.noreply.github.com> Date: Mon, 7 Jul 2025 07:42:35 +0200 Subject: [PATCH 2/2] Add on-site volunteer role to test-config.toml --- test-config.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test-config.toml b/test-config.toml index 2a6e9cb2..30d1e3a7 100644 --- a/test-config.toml +++ b/test-config.toml @@ -25,6 +25,8 @@ pretix_cache_file = "pretix_cache.json" "Sponsor Conference Pass" = ["Participants", "Onsite Participants", "Sponsors"] # speakers "Presenter" = ["Participants", "Onsite Participants", "Speakers"] +# onsite volunteers +"On-site Volunteer" = ["Participants", "Onsite Participants", "Volunteers", "Onsite Volunteers"] [registration.variation_to_roles] "Volunteer" = ["Volunteers", "Onsite Volunteers"]