mirror of
https://github.com/pretix/pretix.git
synced 2026-05-04 15:04:03 +00:00
Remove AttendeeList view
It could not even filter for attendee and you can do everything (and better and more) in the OrdersList. And it's one menu entry less to clutter the interface.
This commit is contained in:
committed by
Raphael Michel
parent
477966b429
commit
1e276b9d0a
@@ -70,7 +70,6 @@ event_urls = [
|
||||
"orders/ABC/download/pdf",
|
||||
"orders/ABC/",
|
||||
"orders/",
|
||||
"attendees/",
|
||||
"invoice/1",
|
||||
]
|
||||
|
||||
@@ -144,7 +143,6 @@ event_permission_urls = [
|
||||
("can_change_items", "quotas/add", 200),
|
||||
("can_view_orders", "orders/overview/", 200),
|
||||
("can_view_orders", "orders/", 200),
|
||||
("can_view_orders", "attendees/", 200),
|
||||
("can_view_orders", "orders/FOO/", 200),
|
||||
("can_change_orders", "orders/FOO/extend", 200),
|
||||
("can_change_orders", "orders/FOO/contact", 200),
|
||||
|
||||
Reference in New Issue
Block a user