mirror of
https://github.com/Icinga/icingaweb2-module-director.git
synced 2025-09-26 11:19:16 +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(
|
$this->enableMultiSelect(
|
||||||
'director/services/edit',
|
'director/services/edit',
|
||||||
'director/services',
|
'director/services',
|
||||||
['name', 'host']
|
['id']
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user