mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-16 17:44:41 +00:00
(mvc) volt templates scope issues, closes https://github.com/opnsense/core/issues/1500
This commit is contained in:
parent
4c087a2874
commit
7504bd00a2
@ -101,6 +101,16 @@ data_title : data-title to set on form
|
||||
{% else %}
|
||||
{{ partial("layout_partials/form_input_tr",field)}}
|
||||
{% endif %}
|
||||
|
||||
{# looks a bit buggy in the volt templates, field parameters won't reset properly here #}
|
||||
{% set advanced=false %}
|
||||
{% set help=false %}
|
||||
{% set style=false %}
|
||||
{% set hint=false %}
|
||||
{% set style=false %}
|
||||
{% set maxheight=false %}
|
||||
{% set width=false %}
|
||||
{% set allownew=false %}
|
||||
{% endfor %}
|
||||
{% if apply_btn_id|default('') != '' %}
|
||||
<tr>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user