workflow notification display block for social action item

This commit is contained in:
Julie Lenaerts 2022-03-28 11:42:24 +02:00
parent f5327fe8ab
commit 961c0a867c
2 changed files with 2 additions and 1 deletions

View File

@ -76,6 +76,7 @@ and this project adheres to
* [onthefly] fix create person. Bug was noticed in filiation (https://gitlab.com/champs-libres/departement-de-la-vendee/accent-suivi-developpement/-/issues/591)
* [parcours] Create document buttons made sticky (https://gitlab.com/champs-libres/departement-de-la-vendee/chill/-/issues/532)
* [person] Trailing guillemet removed (https://gitlab.com/champs-libres/departement-de-la-vendee/chill/-/issues/530)
* [notification] Display of social action within workflow notification set to display block (https://gitlab.com/champs-libres/departement-de-la-vendee/chill/-/issues/537)
## Test releases

View File

@ -2,7 +2,7 @@
{{ 'workflow_'|trans }}
</h2>
<div class="item-row col">
<div class="item-row col" style="display: block;">
{% include handler.template(entity_workflow) with handler.templateData(entity_workflow)|merge({
'description': true,
'breadcrumb': true,