mirror of
https://github.com/pretix/pretix.git
synced 2026-05-17 17:14:04 +00:00
Revert to event_or_subevent
This commit is contained in:
@@ -97,7 +97,7 @@ def split_name_on_last_space(name, part):
|
|||||||
ORDER_POSITION = 'position'
|
ORDER_POSITION = 'position'
|
||||||
ORDER = 'order'
|
ORDER = 'order'
|
||||||
EVENT = 'event'
|
EVENT = 'event'
|
||||||
SUBEVENT_OR_EVENT = 'subevent_or_event'
|
EVENT_OR_SUBEVENT = 'event_or_subevent'
|
||||||
AVAILABLE_MODELS = {
|
AVAILABLE_MODELS = {
|
||||||
'OrderPosition': (ORDER_POSITION, ORDER, EVENT_OR_SUBEVENT, EVENT),
|
'OrderPosition': (ORDER_POSITION, ORDER, EVENT_OR_SUBEVENT, EVENT),
|
||||||
'Order': (ORDER, EVENT),
|
'Order': (ORDER, EVENT),
|
||||||
|
|||||||
Reference in New Issue
Block a user