fix: export SharePoint - erreur remontée au frontend, meilleur parsing URL et détection bibliothèque

This commit is contained in:
Manus
2026-05-06 09:41:40 -04:00
parent 5cb1f878a5
commit 6c21c71660
3 changed files with 150 additions and 40 deletions

View File

@@ -635,6 +635,9 @@ export const appRouter = router({
pdfUrl,
exportPath,
exportMode: bapExportMode,
sharepointUploadStatus: sharepointUploadStatus || null,
sharepointUploadError: sharepointUploadError || null,
sharepointUploadPath: sharepointUploadPath || null,
};
}),