mirror of
https://github.com/pretix/pretix.git
synced 2026-05-05 15:14:04 +00:00
API/Quotas: Expose "ignore_for_event_availability" (Z#23202218) (#5324)
This commit is contained in:
@@ -1896,7 +1896,8 @@ TEST_QUOTA_RES = {
|
||||
"subevent": None,
|
||||
"close_when_sold_out": False,
|
||||
"release_after_exit": False,
|
||||
"closed": False
|
||||
"closed": False,
|
||||
"ignore_for_event_availability": False,
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user