fix: corretto invio da mail (scrittura diretta nel db). feat: aggiunta gestione di gruppi interni per l'invio delle mail
This commit is contained in:
+4
-4
@@ -152,10 +152,10 @@ const App = {
|
||||
titleEl.textContent = 'Storico Attività';
|
||||
ActivityLogView.render();
|
||||
|
||||
} else if (hash === '#/signatures') {
|
||||
document.getElementById('nav-signatures')?.classList.add('active');
|
||||
titleEl.textContent = 'Firme Email';
|
||||
SignaturesView.render();
|
||||
} else if (hash === '#/mail-management') {
|
||||
document.getElementById('nav-mail-management')?.classList.add('active');
|
||||
titleEl.textContent = 'Gestione Mail';
|
||||
MailManagementView.render();
|
||||
|
||||
} else if (hash.match(/^#\/tickets\/(\d+)$/)) {
|
||||
const id = hash.match(/^#\/tickets\/(\d+)$/)[1];
|
||||
|
||||
Reference in New Issue
Block a user