Skip to content

Commit c914493

Browse files
authored
Merge pull request #8197 from ProcessMaker/feature/FOUR-23895
FOUR-23895: The SSO configurations are not showing all the information
2 parents 252880f + d90b087 commit c914493

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)