Fix competences

This commit is contained in:
2024-03-01 13:39:32 +01:00
parent 63d15e82bb
commit 67bf71e6c0
59 changed files with 227 additions and 170 deletions

View File

@ -30,7 +30,7 @@
name="system.profil" value="{{system.profil}}" data-dtype="string">
{{#select system.profil}}
{{#each config.competenceProfil as |profil pKey|}}
<option value="{{pKey}}">{{profil}}</option>
<option value="{{pKey}}">{{profil.name}}</option>
{{/each}}
{{/select}}
</select>