mirror of
https://github.com/Icinga/icingaweb2-module-director.git
synced 2025-08-17 07:48:11 +02:00
InspectController: no more need to specify all attrs
This commit is contained in:
parent
e302632196
commit
bee2544028
@ -38,8 +38,8 @@ class InspectController extends ActionController
|
||||
if (! empty($type->fields)) {
|
||||
$this->view->objects = $this->api()->getObjects(
|
||||
$typeName,
|
||||
$type->plural_name,
|
||||
array_keys((array) $type->fields)
|
||||
$type->plural_name
|
||||
//array_keys((array) $type->fields)
|
||||
);
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user