mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-07 18:44:08 +00:00
cancel comments in entity notifications
This commit is contained in:
parent
59cdf07c7e
commit
da22532587
@ -113,7 +113,7 @@
|
||||
{{ _self.title(_context) }}
|
||||
</button>
|
||||
{{ _self.header(_context) }}
|
||||
|
||||
|
||||
</div>
|
||||
<div id="flush-collapse-{{ notification.id }}"
|
||||
class="accordion-collapse collapse"
|
||||
@ -122,12 +122,6 @@
|
||||
|
||||
{{ _self.content(_context) }}
|
||||
|
||||
{% if with_folded_comments is defined and with_folded_comments != false %}
|
||||
</div>{# close previous flex-table and reopen it after #}
|
||||
{% include 'ChillMainBundle:Notification:_item_comments.html.twig' %}
|
||||
<div class="flex-table">
|
||||
{% endif %}
|
||||
|
||||
</div>
|
||||
{% else %}
|
||||
{{ _self.title(_context) }}
|
||||
|
@ -5,10 +5,7 @@
|
||||
{% include 'ChillMainBundle:Notification:_list_item.html.twig' with {
|
||||
'full_content': true,
|
||||
'fold_item': true,
|
||||
'action_button': false,
|
||||
'with_folded_comments': true,
|
||||
'appendCommentForm': appendCommentForms[notification.id],
|
||||
'editedCommentForm': null,
|
||||
'action_button': true,
|
||||
} %}{#
|
||||
#}
|
||||
{% endfor %}
|
||||
|
Loading…
x
Reference in New Issue
Block a user