Skip to content

Commit 0dfd54b

Browse files
authored
Add missing role 'On-site Volunteer' (#252)
* Add missing on-site volunteer role to prod config * Add on-site volunteer role to test-config.toml
1 parent 03a558d commit 0dfd54b

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

prod-config.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@ pretix_cache_file = "pretix_cache.json"
2525
"Sponsor Conference Pass" = ["Participants", "Onsite Participants", "Sponsors"]
2626
# speakers
2727
"Presenter" = ["Participants", "Onsite Participants", "Speakers"]
28+
# onsite volunteers
29+
"On-site Volunteer" = ["Participants", "Onsite Participants", "Volunteers", "Onsite Volunteers"]
2830

2931
[registration.variation_to_roles]
3032
"Volunteer" = ["Volunteers", "Onsite Volunteers"]

test-config.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@ pretix_cache_file = "pretix_cache.json"
2525
"Sponsor Conference Pass" = ["Participants", "Onsite Participants", "Sponsors"]
2626
# speakers
2727
"Presenter" = ["Participants", "Onsite Participants", "Speakers"]
28+
# onsite volunteers
29+
"On-site Volunteer" = ["Participants", "Onsite Participants", "Volunteers", "Onsite Volunteers"]
2830

2931
[registration.variation_to_roles]
3032
"Volunteer" = ["Volunteers", "Onsite Volunteers"]

0 commit comments

Comments
 (0)