Questions: Enable phonenumber type during checkin (#3557)

This commit is contained in:
robbi5
2023-08-31 13:46:19 +02:00
committed by GitHub
parent 0cf2f06fcf
commit 826c54bce7

View File

@@ -1463,7 +1463,7 @@ class Question(LoggedModel):
(TYPE_PHONENUMBER, _("Phone number")),
)
UNLOCALIZED_TYPES = [TYPE_DATE, TYPE_TIME, TYPE_DATETIME]
ASK_DURING_CHECKIN_UNSUPPORTED = [TYPE_PHONENUMBER]
ASK_DURING_CHECKIN_UNSUPPORTED = []
event = models.ForeignKey(
Event,