ObjectsTableService: fix multiselect by using id

Not nice, but works
This commit is contained in:
Thomas Gelf 2017-06-23 00:49:46 +02:00
parent e8e78461f1
commit afcd928dfa

View File

@ -34,7 +34,7 @@ class ObjectsTableService extends ObjectsTable
$this->enableMultiSelect(
'director/services/edit',
'director/services',
['name', 'host']
['id']
);
}