Skip to content

Commit

Permalink
ServiceHealth: only show published content
Browse files Browse the repository at this point in the history
  • Loading branch information
protitude committed Sep 30, 2024
1 parent 7c94282 commit 308175d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Plugin/ServiceHealth.php
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ public function serviceHealthLookup() {
->accessCheck(FALSE)
->condition('type', $bundle)
->condition($fieldName, $dashboard_category_key)
->condition('status', 1)
->sort('created', 'DESC');
$results = $query->execute();
if (empty($results)) {
Expand Down

0 comments on commit 308175d

Please sign in to comment.