feat: tambah role koordinator dengan akses buat/edit/hapus kegiatan milik sendiri

This commit is contained in:
2026-04-05 22:23:12 +07:00
parent c5c0c5b2a6
commit 438fb96561
3 changed files with 31 additions and 4 deletions
+3 -2
View File
@@ -233,8 +233,9 @@ return [
*/
'custom_permissions' => [
'ViewDraft:Activity', // Lihat kegiatan berstatus draft milik user lain (hanya super_admin)
'Publish:Post', // Publish / unpublish artikel (editor)
'ViewDraft:Activity', // Lihat kegiatan berstatus draft milik user lain (hanya super_admin)
'Publish:Post', // Publish / unpublish artikel (editor)
'AssignKoordinator', // Assign/cabut role koordinator ke anggota (hanya ketua)
],
/*