gesbac: make street name parameter mandatory (#36481)

This commit is contained in:
Serghei Mihai 2019-09-27 11:09:47 +02:00
parent 96fc053f7b
commit a32e3a4b37
1 changed files with 1 additions and 2 deletions

View File

@ -66,8 +66,7 @@ APPLICANT_SCHEMA = OrderedDict((
}),
("street_name", {
"type": "string",
"required": False,
"default": ""
"required": True
}),
("address_complement", {
"type": "string",