mirror of
https://github.com/pretix/pretix.git
synced 2026-09-13 16:14:40 +00:00
Questions: add min-length to string/text type questions (#6488)
* Questions: add min-length to string/text type questions * fix test
This commit is contained in:
@@ -2479,6 +2479,7 @@ TEST_QUESTION_RES = {
|
||||
"valid_datetime_min": None,
|
||||
"valid_datetime_max": None,
|
||||
"valid_file_portrait": False,
|
||||
"valid_string_length_min": None,
|
||||
"valid_string_length_max": None,
|
||||
"help_text": {"en": "This is an example question"},
|
||||
"options": [
|
||||
|
||||
Reference in New Issue
Block a user