Skip to content

Commit baf5bb6

Browse files
RolesConfig: Add missing column name for quick search
1 parent ca2778e commit baf5bb6

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

library/Icinga/Authentication/RolesConfig.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,4 +42,9 @@ protected function initializeQueryColumns()
4242

4343
return $columns;
4444
}
45+
46+
protected function initializeSearchColumns(): array
47+
{
48+
return ['name'];
49+
}
4550
}

0 commit comments

Comments
 (0)