export calendar - modifica impostazioni

This commit is contained in:
2026-05-26 14:10:04 +02:00
parent 60ebd3b652
commit 982d754857
26 changed files with 1609 additions and 289 deletions
+7 -3
View File
@@ -67,6 +67,8 @@ class AuthController extends Controller
'documenti' => 1,
'mailing' => 1,
'viste' => 1,
'report' => 0,
'settings' => 0,
];
if ($isFirstUser) {
@@ -75,9 +77,11 @@ class AuthController extends Controller
'gruppi' => 2,
'eventi' => 2,
'documenti' => 2,
'mailing' => 2,
'viste' => 2,
];
'mailing' => 2,
'viste' => 2,
'report' => 0,
'settings' => 0,
];
}
$user = User::create([