From 7993b7782bf8e65d3d2005eaaf881c9ebbce1df6 Mon Sep 17 00:00:00 2001 From: Jagad R R Date: Mon, 3 Mar 2025 22:36:10 +0700 Subject: [PATCH] Update FormOtherController.php --- app/Http/Controllers/Forms/FormOtherController.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Http/Controllers/Forms/FormOtherController.php b/app/Http/Controllers/Forms/FormOtherController.php index f74018e..20a6d2f 100644 --- a/app/Http/Controllers/Forms/FormOtherController.php +++ b/app/Http/Controllers/Forms/FormOtherController.php @@ -189,7 +189,7 @@ class FormOtherController extends Controller foreach ($roles as $role) { $users = Admin::getUserByRoleName($role)->filter(function ($user) use ($role, $cabang) { // Include 'Marketing Information System' without cabang filtering - if ($role === 'Marketing Information System') { + if ($role === 'Marketing Information System' || $role === 'Admin Region') { return true; }