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

# Conflicts:
#	sources/Forms/Block/AbstractFormBlock.php
#	sources/Forms/Block/DataModel/AttributeValueChoiceFormBlock.php
#	templates/application/forms/itop_console_layout.html.twig
This commit is contained in:
Benjamin Dalsass
2025-10-29 13:31:02 +01:00
4 changed files with 51 additions and 7 deletions

View File

@@ -20,6 +20,14 @@
{{- parent() -}}
{%- endblock form_label -%}
{%- block form_rows -%}
{% for sId,child in form|filter(child => not child.rendered) %}
<div id="block_{{ sId }}" class="ibo-field ibo-content-block ibo-block ibo-field-small">
{{ form_row(child) }}
</div>
{% endfor %}
{%- endblock form_rows -%}
{%- block form_label_content -%}
{{- parent() -}}
{% if with_ai_button is defined and with_ai_button %}