Fix talents + artefacts

This commit is contained in:
2024-05-31 23:16:28 +02:00
parent 280e90d7a6
commit 6505b1c969
71 changed files with 230 additions and 159 deletions

View File

@ -21,7 +21,7 @@
<label class="generic-label item-field-label-long">Branche : </label>
<select class="item-field-label-long" type="text" name="system.branche" value="{{system.branche}}"
data-dtype="string">
{{selectOptions conig.optionsArtefactBranche selected=system.branche valueAttr="key" nameAttr="key" labelAttr="label"}}
{{selectOptions config.optionsArtefactBranche selected=system.branche valueAttr="key" nameAttr="key" labelAttr="label"}}
</select>
</li>
@ -29,7 +29,7 @@
<label class="generic-label item-field-label-long">Branche secondaire : </label>
<select class="item-field-label-long" type="text" name="system.branche2" value="{{system.branche2}}"
data-dtype="string">
{{selectOptions conig.optionsArtefactBranche2 selected=system.branche2 valueAttr="key" nameAttr="key" labelAttr="label"}}
{{selectOptions config.optionsArtefactBranche2 selected=system.branche2 valueAttr="key" nameAttr="key" labelAttr="label"}}
</select>
</li>