Gestion config par défaut + ajout contrôles

This commit is contained in:
Jean-Christophe Engel 2023-11-30 18:14:46 +01:00
parent be70b6ef6e
commit 794094b712
11 changed files with 226 additions and 161 deletions

View file

@ -10,8 +10,11 @@
</header>
{{/if}}
{{* récupérer la config des entrées/sorties *}}
{{:include file="/%s/_get_config.html"|args:$module.name keep="config"}}
{{* types d'entrées *}}
{{#foreach from=$module.config.inputNature item="elem"}}
{{#foreach from=$config.inputNature item="elem"}}
{{if $elem.type != 'retour'}}
{{:assign var='types_entrees.' value="%s"|args:$elem.label}}
{{/if}}