Merge remote-tracking branch 'origin/feature/8772_form_dependencies_manager' into feature/8772_form_dependencies_manager

This commit is contained in:
Benjamin Dalsass
2025-10-29 14:00:08 +01:00
5 changed files with 55 additions and 25 deletions

View 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>

View 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>

View 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 %}