mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-23 18:48:51 +02:00
Merge remote-tracking branch 'origin/feature/8772_form_dependencies_manager' into feature/8772_form_dependencies_manager
This commit is contained in:
6
templates/application/forms/itop_debug.html.twig
Normal file
6
templates/application/forms/itop_debug.html.twig
Normal file
@@ -0,0 +1,6 @@
|
||||
{# @copyright Copyright (C) 2010-2025 Combodo SARL #}
|
||||
{# @license http://opensource.org/licenses/AGPL-3.0 #}
|
||||
|
||||
<div id="itop_profiler">
|
||||
{{ sProfilerContent|raw }}
|
||||
</div>
|
||||
8
templates/application/forms/itop_debug_update.html.twig
Normal file
8
templates/application/forms/itop_debug_update.html.twig
Normal file
@@ -0,0 +1,8 @@
|
||||
{# @copyright Copyright (C) 2010-2025 Combodo SARL #}
|
||||
{# @license http://opensource.org/licenses/AGPL-3.0 #}
|
||||
|
||||
<turbo-stream action="update" target="itop_profiler">
|
||||
<template>
|
||||
{{ sProfilerContent|raw }}
|
||||
</template>
|
||||
</turbo-stream>
|
||||
10
templates/application/forms/turbo-ajax-update.html.twig
Normal file
10
templates/application/forms/turbo-ajax-update.html.twig
Normal file
@@ -0,0 +1,10 @@
|
||||
{# @copyright Copyright (C) 2010-2025 Combodo SARL #}
|
||||
{# @license http://opensource.org/licenses/AGPL-3.0 #}
|
||||
|
||||
{% for sId in form_diff %}
|
||||
<turbo-stream action="update" target="block_{{ sId }}">
|
||||
<template>
|
||||
{{ form_row(form.(sId)) }}
|
||||
</template>
|
||||
</turbo-stream>
|
||||
{% endfor %}
|
||||
Reference in New Issue
Block a user