Fixed conditional choices resource paths and ResourcesField.getField function

This commit is contained in:
WBHarry 2026-03-22 14:37:30 +01:00
parent 08f3dd04e1
commit f5e1b45065
3 changed files with 26 additions and 11 deletions

View file

@ -32,7 +32,7 @@
<label>{{localize "EFFECT.FIELDS.changes.element.key.label"}}</label>
<div class="form-fields">
<input type="text" class="effect-change-input" {{#if (eq conditional.type 'attribute')}}name="{{concat "system.conditionals." index ".key"}}"{{/if}} value="{{conditional.key}}" />
<input type="text" class="effect-change-input conditional-key-input" {{#if (eq conditional.type 'attribute')}}name="{{concat "system.conditionals." index ".key"}}"{{/if}} value="{{conditional.key}}" />
</div>
</div>