mirror of
https://github.com/pretix/pretix.git
synced 2026-05-04 15:04:03 +00:00
Add waiting list
This commit is contained in:
@@ -67,6 +67,8 @@ event_urls = [
|
||||
"orders/ABC/contact",
|
||||
"orders/ABC/",
|
||||
"orders/",
|
||||
"waitinglist/",
|
||||
"waitinglist/auto_assign",
|
||||
"invoice/1",
|
||||
]
|
||||
|
||||
@@ -154,6 +156,8 @@ event_permission_urls = [
|
||||
("can_view_vouchers", "vouchers/tags/", 200),
|
||||
("can_change_vouchers", "vouchers/1234/", 404),
|
||||
("can_change_vouchers", "vouchers/1234/delete", 404),
|
||||
("can_view_orders", "waitinglist/", 200),
|
||||
("can_change_orders", "waitinglist/auto_assign", 405),
|
||||
]
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user