Skip to content

Commit

Permalink
Servicegroupsummary: Add name_ci as search column
Browse files Browse the repository at this point in the history
  • Loading branch information
nilmerg committed Apr 9, 2024
1 parent d747780 commit d4fcb48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion library/Icingadb/Model/ServicegroupSummary.php
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ public function getColumns()

public function getSearchColumns()
{
return ['display_name'];
return ['name_ci', 'display_name'];
}

public function getDefaultSort()
Expand Down

0 comments on commit d4fcb48

Please sign in to comment.