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:
Tobias Kunze
2016-10-12 17:56:42 +02:00
committed by Raphael Michel
parent 477966b429
commit 1e276b9d0a
4 changed files with 1 additions and 41 deletions

View File

@@ -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),