mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-20 14:43:49 +00:00
add form in notification thread inside entities show
This commit is contained in:
@@ -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 %}
|
||||
|
Reference in New Issue
Block a user