mirror of
https://github.com/pretix/pretix.git
synced 2026-05-04 15:04:03 +00:00
* add checkin status page add dashboard widget add checkin page under orders * modify checkin logic added new fields in checkin page added filter items * add tests for checkins & minor improvement * support addin_product & noadm setting logic * remove name ordering check test case
This commit is contained in:
@@ -201,6 +201,7 @@ event_permission_urls = [
|
||||
("can_change_vouchers", "vouchers/1234/delete", 404),
|
||||
("can_view_orders", "waitinglist/", 200),
|
||||
("can_change_orders", "waitinglist/auto_assign", 405),
|
||||
("can_view_orders", "checkins/", 200),
|
||||
]
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user