From b1ed263c4e345b2fc1862a2e5d51b5651eb9054a Mon Sep 17 00:00:00 2001
From: Julie Lenaerts
Date: Mon, 28 Feb 2022 12:18:58 +0100
Subject: [PATCH] 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 }}