Améliorer l'affichage de la hiérarchie des motifs et ajouter une checkbox « Afficher uniquement les commentaires ».

This commit is contained in:
Boris Waaub
2025-11-06 10:10:06 +00:00
committed by Julien Fastré
parent 305c6deb24
commit b31778c068
18 changed files with 222 additions and 132 deletions

View File

@@ -175,8 +175,6 @@ async function download_and_decrypt_doc(
throw new Error("no version associated to stored object");
}
// sometimes, the downloadInfo may be embedded into the storedObject
console.log("storedObject", storedObject);
let downloadInfo;
if (
typeof storedObject._links !== "undefined" &&