Merge remote-tracking branch 'origin/features/activity-form--marc' into features/activity-form

This commit is contained in:
2021-06-04 11:58:33 +02:00
8 changed files with 309 additions and 77 deletions

View File

@@ -19,7 +19,13 @@
{{ form_row(edit_form.scope) }}
{% endif %}
.. type
{%- if form.socialActions is defined -%}
{{ form_row(form.socialActions) }}
{% endif %}
{%- if form.socialIssues is defined -%}
{{ form_row(form.socialIssues) }}
{% endif %}
{%- if edit_form.reasons is defined -%}
{{ form_row(edit_form.reasons) }}

View File

@@ -20,9 +20,16 @@
{{ form_row(form.scope) }}
{% endif %}
.. type
{%- if form.socialActions is defined -%}
{{ form_row(form.socialActions) }}
{% endif %}
{%- if form.reasons is defined -%}
{%- if form.socialIssues is defined -%}
{{ form_row(form.socialIssues) }}
{% endif %}
{%- if form.reasons is defined -%}
{{ form_row(form.reasons) }}
{% endif %}