fix: replace unknown Twig toString filter with toRfc4122() call
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
818c1ec8f7
commit
53e2d36574
1 changed files with 1 additions and 1 deletions
|
|
@ -132,7 +132,7 @@
|
|||
<div class="section-match-{{ i }}" style="display:{% if row.action == 'match' %}block{% else %}none{% endif %};">
|
||||
<select name="aspects[{{ i }}][definitionId]" class="form-select form-select-sm">
|
||||
{% for def in allDefs %}
|
||||
<option value="{{ def.id }}" {% if row.preMatchId == def.id|toString %}selected{% endif %}>
|
||||
<option value="{{ def.id.toRfc4122() }}" {% if row.preMatchId == def.id.toRfc4122() %}selected{% endif %}>
|
||||
{{ def.name }} ({{ def.type.value }})
|
||||
</option>
|
||||
{% endfor %}
|
||||
|
|
|
|||
Loading…
Reference in a new issue