mirror of
https://github.com/Icinga/icingadb-web.git
synced 2026-05-28 04:36:06 -04:00
ObjectSuggestions: Reset query columns when fetching values
This commit is contained in:
parent
105842658e
commit
bf6fae2952
1 changed files with 1 additions and 1 deletions
|
|
@ -138,7 +138,7 @@ class ObjectSuggestions extends Suggestions
|
|||
}
|
||||
|
||||
$inputFilter = Filter::like($columnPath, $searchTerm);
|
||||
$query->columns($columnPath);
|
||||
$query->resetColumns()->columns($columnPath);
|
||||
$query->orderBy($columnPath);
|
||||
|
||||
// This had so many iterations, if it still doesn't work, consider removing it entirely :(
|
||||
|
|
|
|||
Loading…
Reference in a new issue