ObjectsTableEndpoint: provide UUID

This commit is contained in:
Thomas Gelf 2021-10-18 17:32:58 +02:00
parent 30c6e50e33
commit 3d528dc3af

View File

@ -26,6 +26,7 @@ class ObjectsTableEndpoint extends ObjectsTable
public function getColumns()
{
return [
'uuid' => 'o.uuid',
'object_name' => 'o.object_name',
'object_type' => 'o.object_type',
'disabled' => 'o.disabled',