Checkpoint: Intégration complète de l'API Microsoft Graph pour l'export automatique des PDF BAP vers SharePoint. Inclut : helper uploadToSharePoint, champs Azure AD en DB (azureTenantId, azureClientId, azureClientSecret, exportFolderType), UI de configuration dans Paramètres, et adaptation des procédures validateBAP et validateBAPBulk.

This commit is contained in:
Manus
2026-05-06 07:38:24 -04:00
parent 766f2b444d
commit bbee4cd7c9
6 changed files with 3849 additions and 0 deletions

View File

@@ -0,0 +1 @@
ALTER TABLE `importSettings` ADD `exportFolderType` enum('local','teams','sharepoint') DEFAULT 'local' NOT NULL;