From 846e487e277e976988b50ff9ac7dbc157e59b2e5 Mon Sep 17 00:00:00 2001
From: Julie Lenaerts
Date: Mon, 28 Feb 2022 12:13:58 +0100
Subject: [PATCH 1/3] fix display of address in renderbox
---
.../ChillMainBundle/Resources/public/chill/scss/render_box.scss | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/Bundle/ChillMainBundle/Resources/public/chill/scss/render_box.scss b/src/Bundle/ChillMainBundle/Resources/public/chill/scss/render_box.scss
index 37d4f97c4..c42c592a9 100644
--- a/src/Bundle/ChillMainBundle/Resources/public/chill/scss/render_box.scss
+++ b/src/Bundle/ChillMainBundle/Resources/public/chill/scss/render_box.scss
@@ -72,7 +72,7 @@ section.chill-entity {
}
}
p {
- display: inline-block;
+ // display: inline-block;
margin: 0 0 0 1.5em;
text-indent: -1.5em;
From b1ed263c4e345b2fc1862a2e5d51b5651eb9054a Mon Sep 17 00:00:00 2001
From: Julie Lenaerts
Date: Mon, 28 Feb 2022 12:18:58 +0100
Subject: [PATCH 2/3] add email in personrenderbox
---
.../public/vuejs/_components/Entity/PersonRenderBox.vue | 9 +++++++++
1 file changed, 9 insertions(+)
diff --git a/src/Bundle/ChillPersonBundle/Resources/public/vuejs/_components/Entity/PersonRenderBox.vue b/src/Bundle/ChillPersonBundle/Resources/public/vuejs/_components/Entity/PersonRenderBox.vue
index dd26db217..85ac8ae7c 100644
--- a/src/Bundle/ChillPersonBundle/Resources/public/vuejs/_components/Entity/PersonRenderBox.vue
+++ b/src/Bundle/ChillPersonBundle/Resources/public/vuejs/_components/Entity/PersonRenderBox.vue
@@ -85,6 +85,15 @@
+
+
+ {{ person.email }}
+
+
+
+ {{ $t('renderbox.no_data') }}
+
+
{{ person.mobilenumber }}
From fb6f0c316e6e50d68a3e8388b3d782fc6afb12a6 Mon Sep 17 00:00:00 2001
From: Julie Lenaerts
Date: Mon, 28 Feb 2022 12:22:17 +0100
Subject: [PATCH 3/3] update changelog
---
CHANGELOG.md | 2 ++
1 file changed, 2 insertions(+)
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 05030aa18..9ec146ea7 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -38,6 +38,8 @@ and this project adheres to
* [3party]: 3party: redirect to parent when contact (child) is opened in view page
* [parcours / addresses]: launch an event when a person change address (either through changing household or because the household is associated to a new address). If the person is localising a course, the course location go back to a temporarily address.
* Creation of PickCivilityType, and implementation in PersonType and ThirdpartyType
+* [renderbox]: Fix display of address (https://gitlab.com/champs-libres/departement-de-la-vendee/chill/-/issues/462)
+* [renderbox]: Add email in personRenderBox, this was not yet displayed.
### test release 2022-02-14