Skip to content

Commit

Permalink
Fix broken Service Sets page
Browse files Browse the repository at this point in the history
  • Loading branch information
Konstantin Kelemen committed Sep 7, 2023
1 parent 079bf87 commit 7e5d7a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion library/Director/Web/Table/ObjectSetTable.php
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ protected function prepareQuery()
'object_type' => 'os.object_type',
'assign_filter' => 'os.assign_filter',
'description' => 'os.description',
'service_object_name' => 'o.object_name',
'service_object_name' => 'os.object_name',
'count_services' => 'COUNT(DISTINCT o.uuid)',
];
if ($this->branchUuid) {
Expand Down

0 comments on commit 7e5d7a3

Please sign in to comment.