mirror of
https://github.com/pretix/pretix.git
synced 2026-05-03 14:54:04 +00:00
Allow to reactivate canceled orders (#1601)
This commit is contained in:
@@ -102,6 +102,7 @@ event_urls = [
|
||||
"orders/ABC/resend",
|
||||
"orders/ABC/invoice",
|
||||
"orders/ABC/extend",
|
||||
"orders/ABC/reactivate",
|
||||
"orders/ABC/change",
|
||||
"orders/ABC/contact",
|
||||
"orders/ABC/comment",
|
||||
@@ -274,6 +275,7 @@ event_permission_urls = [
|
||||
("can_view_orders", "orders/", 200),
|
||||
("can_view_orders", "orders/FOO/", 200),
|
||||
("can_change_orders", "orders/FOO/extend", 200),
|
||||
("can_change_orders", "orders/FOO/reactivate", 302),
|
||||
("can_change_orders", "orders/FOO/contact", 200),
|
||||
("can_change_orders", "orders/FOO/transition", 405),
|
||||
("can_change_orders", "orders/FOO/checkvatid", 405),
|
||||
|
||||
Reference in New Issue
Block a user