Skip to content

Commit

Permalink
Merge pull request #1381 from nextcloud/backport/1380/1380-stable27
Browse files Browse the repository at this point in the history
[stable27] filter system circles
  • Loading branch information
blizzz authored Sep 7, 2023
2 parents 575c444 + e88b339 commit f3fd9b4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/Controller/DeprecatedController.php
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ public function listing(string $term = ''): DataResponse {
$filterCircle->setName($term)
->setDisplayName($term);
$probe->setFilterCircle($filterCircle);
$probe->filterSystemCircles();

$data = $this->circleService->getCircles($probe);

Expand Down

0 comments on commit f3fd9b4

Please sign in to comment.