toulouse-foederis: make current_situation field of create-application optional (#81346)
gitea/passerelle/pipeline/head This commit looks good Details

This commit is contained in:
Corentin Sechet 2023-09-19 15:57:51 +02:00 committed by Corentin Sechet
parent 520e6a818b
commit 02300e612e
1 changed files with 1 additions and 1 deletions

View File

@ -174,7 +174,7 @@ APPLICATION_SCHEMA = {
'current_situation': {
'description': _("ID of an element of the data source 'situation-actuelle'."),
'type': 'string',
'pattern': '^[0-9]+$',
'pattern': '^[0-9]*$',
},
'agent_collectivity': {
'description': _("Agent's collectivity"),