toulouse-2022: add toulouse-maelis-enfant-agenda cell (#73285) #113

Merged
nroche merged 2 commits from wip/73285-toulouse-2022-maelis-enfant-agenda into main 2023-01-13 13:47:06 +01:00
1 changed files with 10 additions and 0 deletions

View File

@ -134,6 +134,16 @@
"log_errors": true,
"cache_duration": 30,
"force_async": true
},
"toulouse-maelis-enfant-agenda": {
"cache_duration": 0,
"force_async": true,
"name": "Toulouse - Maelis: Agenda",
"url": "{{ passerelle_url }}toulouse-maelis/{{ slug }}/read-child-agenda?NameID={{ user_nameid }}&child_id={{ child_id }}{% now 'Y' as current_year %}{% now 'n' as current_month %}&start_date={% if current_month in '87654321' %}{{ current_year|add:'-1' }}{% else %}{{ current_year }}{% endif %}-09-01&end_date={% if current_month in '87654321' %}{{ current_year }}{% else %}{{ current_year|add:'1' }}{% endif %}-08-31",
"form": [
{"label": "Identifiant du connecteur", "varname": "slug", "required": true},
{"label": "URL de la démarche de réservation", "varname": "form_url", "required": true}
]
}
}
}