-
Notifications
You must be signed in to change notification settings - Fork 263
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Make RT::User::OwnGroups() optionally recursive
When $SelfServiceShowGroupTickets is set to 1, the My Group Tickets portlet in self-service would recursively search for all of a user's group memberships. In some cases, this could degrade search performance by trying to return tickets belonging to other groups. By making OwnGroups() optionally recursive, both issues are avoided.
- Loading branch information
Jason Crome
committed
Jan 12, 2024
1 parent
3332d26
commit 5f49678
Showing
2 changed files
with
6 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters