Skip to content

Commit d90b087

Browse files
committed
FOUR-23895
1 parent 252880f commit d90b087

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ProcessMaker/Models/Setting.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -403,6 +403,7 @@ public static function groupsByMenu($menuId)
403403
->groupBy('group')
404404
->where('group_id', $menuId)
405405
->orderBy('group', 'ASC')
406+
->notHidden()
406407
->pluck('group');
407408
$response = $query->toArray();
408409
$result = [];

0 commit comments

Comments
 (0)