fix: verificare, ma dovrebbe essere corretta la lattura da ldap

This commit is contained in:
2026-07-08 00:58:52 +02:00
parent bf8b4c387e
commit 78a26fe970
7 changed files with 231 additions and 34 deletions
+3
View File
@@ -223,6 +223,9 @@ const App = {
}
try {
// Sync LDAP customer users to local DB cache
await this.api('/api/customer-users/sync', { method: 'POST' });
await this.ensureLookups(true);
await this.initAgentSelector();
Toast.success('Dati locali (code, utenti, ecc.) aggiornati con successo!');