mirror of
https://github.com/pretix/pretix.git
synced 2026-05-03 14:54:04 +00:00
Seating plans: Do not allow GUIDs starting or ending with spaces (#4093)
This commit is contained in:
@@ -106,6 +106,7 @@
|
||||
"properties": {
|
||||
"seat_guid": {
|
||||
"type": "string",
|
||||
"pattern": "^[^ ].*[^ ]$",
|
||||
"description": "Seat global ID by which it can be identified. It should be globally unique (not just per row). It doesn't have to be pretty since it won't be shown to the user."
|
||||
},
|
||||
"seat_number": {
|
||||
|
||||
Reference in New Issue
Block a user