feat(documents) : bouton reload explorateur + liaison d'un fichier du partage SMB à un ticket

This commit is contained in:
Matthieu
2026-06-12 15:23:56 +02:00
parent 0f1eeeba1c
commit 73a34ef438
12 changed files with 472 additions and 42 deletions
+2 -1
View File
@@ -5,7 +5,8 @@ export type TaskDocument = {
id: number
task: string
originalName: string
fileName: string
fileName?: string | null
sharePath?: string | null
mimeType: string
size: number
createdAt: string