diff --git a/src/Bundle/ChillPersonBundle/Resources/public/vuejs/AccompanyingCourse/components/Comment.vue b/src/Bundle/ChillPersonBundle/Resources/public/vuejs/AccompanyingCourse/components/Comment.vue
index 08f0a5ac6..febd24b1e 100644
--- a/src/Bundle/ChillPersonBundle/Resources/public/vuejs/AccompanyingCourse/components/Comment.vue
+++ b/src/Bundle/ChillPersonBundle/Resources/public/vuejs/AccompanyingCourse/components/Comment.vue
@@ -7,39 +7,40 @@
TODO fix errors flashbag for app component
-
- créé par {{ initialComment.creator.text }}
- le {{ $d(initialComment.createdAt.datetime, 'long') }}
-
- modifié par {{ initialComment.updatedBy.text }}
- le {{ $d(initialComment.updatedAt.datetime, 'long') }}
+
+
+ créé par {{ initialComment.creator.text }}
+ le {{ $d(initialComment.createdAt.datetime, 'long') }}
+
+ modifié par {{ initialComment.updatedBy.text }}
+ le {{ $d(initialComment.updatedAt.datetime, 'long') }}
+
+
+
-
-
-
-
@@ -83,9 +84,14 @@ export default {
}
/*
* TODO
-* - patch endpoint to update Content
-* - delete/reset button ?
-* - manage flash messages => specific component ?
-* - ckeditor
+* - [x] delete button in ul record_actions, but not in form
+* - [ ] display updatedAt => initialComment fetch PATCH content changes MUST NOT change object id !!
+* - [ ] ckeditor integration
*/
+
+
diff --git a/src/Bundle/ChillPersonBundle/Resources/public/vuejs/AccompanyingCourse/js/i18n.js b/src/Bundle/ChillPersonBundle/Resources/public/vuejs/AccompanyingCourse/js/i18n.js
index 4058e179a..603d79a72 100644
--- a/src/Bundle/ChillPersonBundle/Resources/public/vuejs/AccompanyingCourse/js/i18n.js
+++ b/src/Bundle/ChillPersonBundle/Resources/public/vuejs/AccompanyingCourse/js/i18n.js
@@ -64,7 +64,8 @@ const appMessages = {
add_resources: "Ajouter des interlocuteurs",
},
comment: {
- title: "Ajout d'une note",
+ title: "Observations",
+ label: "Ajout d'une première note",
content: "Rédigez une première note..."
},
confirm: {