Translation for peculiarities types in sheet

This commit is contained in:
Vlyan
2020-12-31 12:55:10 +01:00
parent caf7f57f2e
commit b05f583b1e
5 changed files with 26 additions and 5 deletions

View File

@@ -17,7 +17,7 @@
<select class="attribute" name="data.peculiarity_type">
{{#select item.data.peculiarity_type}}
{{#each item.data.subTypesList as |type|}}
<option value="{{type}}">{{type}}</option>
<option value="{{type.id}}">{{type.label}}</option>
{{/each}}
{{/select}}
</select>