mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-23 02:28:44 +02:00
With form in modal
This commit is contained in:
@@ -8,7 +8,11 @@
|
||||
</script>
|
||||
|
||||
<turbo-frame id="{{ oUIBlock.GetId() }}">
|
||||
{{ form_start(oUIBlock.GetFormView()) }}
|
||||
{% if actionUrl is defined %}
|
||||
{{ form_start(oUIBlock.GetFormView(), {'action': actionUrl}) }}
|
||||
{% else %}
|
||||
{{ form_start(oUIBlock.GetFormView()) }}
|
||||
{% endif %}
|
||||
{{ form_widget(oUIBlock.GetFormView()) }}
|
||||
|
||||
{%- block iboContentBlockContainer -%}
|
||||
|
||||
Reference in New Issue
Block a user