Skip to content
Extraits de code Groupes Projets
Valider c80fc860 rédigé par jordan's avatar jordan
Parcourir les fichiers

[add] add window location reload after remove message in thread

parent 71a91311
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
......@@ -94,9 +94,11 @@
if (thread.isSearchableThread) {
thread.removeMessage(msg_id);
self.removeMessageAndRender(msg_id, thread, {});
window.location.reload();
} else if (thread.isDocumentThread) {
thread.mailEditRemoveMessage(msg_id);
self.removeMessageAndRender(msg_id, thread, {});
window.location.reload();
}
});
},
......
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Veuillez vous inscrire ou vous pour commenter