diff --git a/apps/ops/src/components/shared/detail-sections/IssueDetail.vue b/apps/ops/src/components/shared/detail-sections/IssueDetail.vue index 845808b..26fb457 100644 --- a/apps/ops/src/components/shared/detail-sections/IssueDetail.vue +++ b/apps/ops/src/components/shared/detail-sections/IssueDetail.vue @@ -12,6 +12,33 @@ category="incident" applies-to="Issue" trigger-event="on_issue_opened" /> + +
+ + + + + + +
+
Statut @@ -185,19 +212,19 @@
Resolution
- +
-
-
Echanges ({{ comms.length }})
-
-
-
-
{{ comm.sender || comm.owner }}
- -
-
- {{ formatDate(comm.creation) }} + +
+
Conversation ({{ thread.length }})
+
+
+
+ {{ initials(m.who) }} + {{ m.who }} + {{ formatDateTime(m.when) }}
+
@@ -209,18 +236,7 @@
-
-
Fil de discussion ({{ comments.length }})
-
-
- - {{ c.comment_by || 'Systeme' }} - {{ formatDateTime(c.creation) }} -
-
-
-
-
+
Aucun contenu pour ce ticket
@@ -265,7 +281,7 @@