Fix v11/v12 compat

This commit is contained in:
2024-05-02 09:24:23 +02:00
parent 85e0249822
commit ee7f37878f
139 changed files with 384 additions and 385 deletions

View File

@@ -63,7 +63,7 @@
<li class="item flexrow list-item" data-attr-key="etat">
<span class="stat-label flexrow tooltip tooltip-nobottom" name="etat">Etat : </span>
<select class="carac-base flexrow" type="text" name="system.etat.etat" value="{{data.etat.etat}}" data-dtype="String" {{#unless @root.editScore}}disabled{{/unless}}>
{{selectOptions @root.config.optionsEtat selected=data.etat.etat valueAttr="key" labelAttr="label"}}
{{selectOptions @root.config.optionsEtat selected=data.etat.etat nameAttr="key" labelAttr="label"}}
</select>
</li>
</ul>