diff --git a/src/Bundle/ChillActivityBundle/Resources/public/vuejs/Activity/components/SocialIssuesAcc/CheckSocialIssue.vue b/src/Bundle/ChillActivityBundle/Resources/public/vuejs/Activity/components/SocialIssuesAcc/CheckSocialIssue.vue index d88a7c97f..8d902818f 100644 --- a/src/Bundle/ChillActivityBundle/Resources/public/vuejs/Activity/components/SocialIssuesAcc/CheckSocialIssue.vue +++ b/src/Bundle/ChillActivityBundle/Resources/public/vuejs/Activity/components/SocialIssuesAcc/CheckSocialIssue.vue @@ -1,18 +1,18 @@ @@ -34,3 +34,15 @@ export default { } } + + diff --git a/src/Bundle/ChillActivityBundle/Resources/views/Activity/new.html.twig b/src/Bundle/ChillActivityBundle/Resources/views/Activity/new.html.twig index 56b40a53c..2fc8be3e6 100644 --- a/src/Bundle/ChillActivityBundle/Resources/views/Activity/new.html.twig +++ b/src/Bundle/ChillActivityBundle/Resources/views/Activity/new.html.twig @@ -29,7 +29,7 @@ {{ form_row(form.socialActions) }} {% endif %} -{%- if edit_form.socialIssues is defined or edit_form.socialIssues is defined -%} +{%- if form.socialIssues is defined or form.socialIssues is defined -%}
{% endif %} @@ -37,7 +37,8 @@ {{ form_row(form.reasons) }} {% endif %} -{%- if edit_form.persons is defined or edit_form.thirdParties is defined or edit_form.users is defined -%} +{%- if form.persons is defined or form.thirdParties is defined or form.users is defined -%} +

{{ 'Concerned groups'|trans }}

{%- if form.persons is defined -%} @@ -49,7 +50,9 @@ {%- if form.users is defined -%} {{ form_widget(form.users) }} {% endif %} -
+ +
+ {% endif %}

{{ 'Activity data'|trans }}