diff --git a/CHANGELOG.md b/CHANGELOG.md index 279c3ac2b..a9ca43b6e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -80,8 +80,26 @@ Version 1.5.9 - [closing motive] add an hierarchy for closing motives ; - [closing motive] Add an admin section for closing motives ; +<<<<<<< HEAD Master branch ============= - [CRUD] add step delete +======= +Version 1.5.10 +============== + +- [closing motive] display closing motive in remark + +Version 1.5.11 +============== + +- Fix versioning constraint to chill main + +Version 1.5.12 +============== + +- [addresses] add a homeless to person's addresses, and this information into + person list + diff --git a/Resources/views/AccompanyingPeriod/list.html.twig b/Resources/views/AccompanyingPeriod/list.html.twig index b3c5a9b0c..135810e4b 100644 --- a/Resources/views/AccompanyingPeriod/list.html.twig +++ b/Resources/views/AccompanyingPeriod/list.html.twig @@ -28,7 +28,6 @@ '%opening_date%': accompanying_period.openingDate|localizeddate('long', 'none'), '%closing_date%': accompanying_period.closingDate|localizeddate('long', 'none')} ) }} -
{{ accompanying_period.closingMotive|chill_entity_render_box }}
{% endif %} {% if chill_accompanying_periods.fields.user == 'visible' %} @@ -41,6 +40,10 @@ {% endif %} + {% if accompanying_period.isOpen == false %} +
{{ accompanying_period.closingMotive|chill_entity_render_box }}
+
+ {% endif %} {{ accompanying_period.remark|chill_print_or_message('No remark', 'blockquote') }} diff --git a/composer.json b/composer.json index 404ff7810..28f9c8d2c 100644 --- a/composer.json +++ b/composer.json @@ -19,7 +19,7 @@ } ], "require": { - "chill-project/main": "dev-CRUD-init@dev", + "chill-project/main": "~1.5", "chill-project/custom-fields": "~1.5" }, "require-dev": {