diff --git a/src/Bundle/ChillPersonBundle/Resources/views/SocialWork/SocialAction/edit.html.twig b/src/Bundle/ChillPersonBundle/Resources/views/SocialWork/SocialAction/edit.html.twig index 49d6635df..9ea984903 100644 --- a/src/Bundle/ChillPersonBundle/Resources/views/SocialWork/SocialAction/edit.html.twig +++ b/src/Bundle/ChillPersonBundle/Resources/views/SocialWork/SocialAction/edit.html.twig @@ -8,9 +8,20 @@ {% embed '@ChillMain/CRUD/_edit_content.html.twig' %} {% block crud_content_form_rows %} + +
+ +
{{ entity.parent|chill_entity_render_box }}
+
+ +
+ +
{{ entity.issue|chill_entity_render_box }}
+
+ {% for f in form %} {% if f.vars.name == 'parent' or f.vars.name == 'issue' %} - {{ form_row(f, { 'attr':{'disabled':'disabled'}}) }} + {{ form_widget(f, { 'attr':{'hidden':'hidden'}}) }} {% else %} {{ form_row(f) }} {% endif %}