Skip to content

Commit

Permalink
filter system circles
Browse files Browse the repository at this point in the history
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
  • Loading branch information
ArtificialOwl committed Sep 1, 2023
1 parent 772f383 commit 984990d
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 984990d

Please sign in to comment.