Update FormOtherController.php
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user