Skip to content

Commit

Permalink
Fixed rendering meta field definitions
Browse files Browse the repository at this point in the history
  • Loading branch information
ciastektk committed Sep 28, 2022
1 parent 408cc7c commit c1737ea
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -417,7 +417,7 @@

{% block content_type_meta_field_definitions_data_row -%}
{% set filled_group_key = form.vars.value|keys|first %}
{% set group_forms = form.children[filled_group_key] %}
{% set group_forms = form.children[filled_group_key]|default([]) %}

<div class="ibexa-edit-content__container ibexa-edit-content__container--meta">
{% for group_form in group_forms %}
Expand Down

0 comments on commit c1737ea

Please sign in to comment.