mirror of
https://github.com/pretix/pretix.git
synced 2026-05-09 15:54:03 +00:00
Disable scopes for all unique ID generation
This commit is contained in:
@@ -160,6 +160,7 @@ class CartActionMixin:
|
||||
return items
|
||||
|
||||
|
||||
@scopes_disabled()
|
||||
def generate_cart_id(request=None, prefix=''):
|
||||
"""
|
||||
Generates a random new cart ID that is not currently in use, with an optional pretix.
|
||||
|
||||
Reference in New Issue
Block a user