Fix Permossions

This commit is contained in:
Daeng Deni Mardaeni
2024-10-03 11:48:03 +07:00
parent 2850902c64
commit cbe8989e0e
2 changed files with 61 additions and 51 deletions

View File

@@ -65,9 +65,10 @@
$group_name = strtolower($validate['name']);
$data = [
$group_name . '.create',
$group_name . '.view',
$group_name . '.read',
$group_name . '.update',
$group_name . '.delete',
$group_name . '.export',
$group_name . '.authorize',
$group_name . '.report'
];
@@ -170,6 +171,7 @@
$group_name . '.read',
$group_name . '.update',
$group_name . '.delete',
$group_name . '.export',
$group_name . '.authorize',
$group_name . '.report'
];