mirror of
https://github.com/pretix/pretix.git
synced 2026-05-03 14:54:04 +00:00
* Vendor vue.js * Refactor item_group_by_category to support vouchers * Widget: Show product list * Widget: free prices * Widget: pictures and loading indicator * Widget: First iframe steps * Widget: Do not rerender iframe * Widget: Error handling * Improve widget * Widget: localization tech * Fix invoice style * Voucher attribute and waiting list * Add some iframe chrome * First step to namespaced carts * More isolation steps * More cart isolation things * More cart isolation things * Mobile stuff * Show cart on checkout pages * PayPal and Stripe support * Enable downloads * Locale handling * change text "save URL to this exact page" * Widget: voucher redemption * Widget: CSS * CSS: Responsive * Widget: CSS improvements * Widget: Add embedding code generator * Widget: Error messages and SSL check * First tests * Widget: tests * Don't use IDs in widgets * Widget: static files caching
This commit is contained in:
@@ -90,6 +90,7 @@ def logged_in_client(client, event):
|
||||
('/control/event/{orga}/{event}/settings/permissions', 200),
|
||||
('/control/event/{orga}/{event}/settings/payment', 200),
|
||||
('/control/event/{orga}/{event}/settings/tickets', 200),
|
||||
('/control/event/{orga}/{event}/settings/widget', 200),
|
||||
# ('/control/event/{orga}/{event}/settings/tickets/preview/(?P<output>[^/]+)', 200),
|
||||
('/control/event/{orga}/{event}/settings/email', 200),
|
||||
('/control/event/{orga}/{event}/settings/invoice', 200),
|
||||
|
||||
Reference in New Issue
Block a user