mirror of
https://github.com/Icinga/icingaweb2-module-director.git
synced 2025-07-30 09:14:09 +02:00
ObjectsTableService: fix multiselect by using id
Not nice, but works
This commit is contained in:
parent
e8e78461f1
commit
afcd928dfa
@ -34,7 +34,7 @@ class ObjectsTableService extends ObjectsTable
|
||||
$this->enableMultiSelect(
|
||||
'director/services/edit',
|
||||
'director/services',
|
||||
['name', 'host']
|
||||
['id']
|
||||
);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user