From 71f794c4d94aac2213598d4e812ec8a12f4bb6b9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julien=20Fastr=C3=A9?= Date: Wed, 9 Jun 2021 17:31:55 +0200 Subject: [PATCH] add ckeditor for comment --- .../components/Concerned.vue | 7 ----- .../components/MemberDetails.vue | 26 +++++++++++++++-- .../HouseholdMembersEditor/store/index.js | 29 +++++++------------ 3 files changed, 35 insertions(+), 27 deletions(-) diff --git a/src/Bundle/ChillPersonBundle/Resources/public/vuejs/HouseholdMembersEditor/components/Concerned.vue b/src/Bundle/ChillPersonBundle/Resources/public/vuejs/HouseholdMembersEditor/components/Concerned.vue index 3008441ee..cb422535f 100644 --- a/src/Bundle/ChillPersonBundle/Resources/public/vuejs/HouseholdMembersEditor/components/Concerned.vue +++ b/src/Bundle/ChillPersonBundle/Resources/public/vuejs/HouseholdMembersEditor/components/Concerned.vue @@ -76,8 +76,6 @@ v-for="conc in concByPosition(position.id)" v-bind:key="conc.person.id" v-bind:conc="conc" - draggable="true" - @dragstart="onStartDragConcern($event, conc.person.id)" >
- {{ $t('household_members_editor.holder') }} @@ -21,6 +20,10 @@
+
+ +
+