From 020313ad5530d812d3a22f78271d7a05aefc00f4 Mon Sep 17 00:00:00 2001
From: Hamza HRAMCHI <hamza.hramchi@xelians.fr>
Date: Mon, 13 Dec 2021 16:11:16 +0100
Subject: [PATCH] FIX #18940 TIME 0:10 show attachment info after selection

---
 src/frontend/plugins/mail-editor/mail-editor.component.ts | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/frontend/plugins/mail-editor/mail-editor.component.ts b/src/frontend/plugins/mail-editor/mail-editor.component.ts
index c8d5192ffc4..8b6a324ca1f 100644
--- a/src/frontend/plugins/mail-editor/mail-editor.component.ts
+++ b/src/frontend/plugins/mail-editor/mail-editor.component.ts
@@ -307,7 +307,7 @@ export class MailEditorComponent implements OnInit, OnDestroy {
                             this.emailAttach.document.chrono = data.document.resource.chrono;
                         }
                     });
-
+                    await this.getAttachElements(false);
                     resolve(true);
                 }),
                 catchError((err) => {
-- 
GitLab