add form in notification thread inside entities show

This commit is contained in:
2022-01-28 16:23:41 +01:00
parent 7f41f14959
commit 59cdf07c7e
2 changed files with 32 additions and 4 deletions

View File

@@ -5,8 +5,10 @@
{% include 'ChillMainBundle:Notification:_list_item.html.twig' with {
'full_content': true,
'fold_item': true,
'action_button': true,
'with_folded_comments': false
'action_button': false,
'with_folded_comments': true,
'appendCommentForm': appendCommentForms[notification.id],
'editedCommentForm': null,
} %}{#
#}
{% endfor %}