N°9567 - Extension Mgmt : Run setup (fix post-deletion button inputs)

This commit is contained in:
Eric Espie
2026-05-19 15:23:12 +02:00
parent 1ab035ffaa
commit 52bc9fcf14
2 changed files with 4 additions and 35 deletions

View File

@@ -26,6 +26,9 @@
{% for sCode, sLabel in aRemovedExtensions %}
{% UIInput ForHidden { sName:"aRemovedExtensions[" ~ sCode ~ "]", sValue:sLabel } %}
{% endfor %}
{% for sInputName, sValue in aHiddenInputs %}
{% UIInput ForHidden { sName:sInputName, sValue:sValue } %}
{% endfor %}
{% UIToolbar ForButton {} %}
{% UIButton ForPrimaryAction {sLabel:'UI:Button:DoDeletion'|dict_s, sName:'btn_deletion', sId:'btn_deletion', bIsSubmit:true} %}
{% EndUIToolbar %}