mirror of
https://github.com/Icinga/icingaweb2-module-director.git
synced 2025-07-30 09:14:09 +02:00
ShowController: fix diff rendering
This commit is contained in:
parent
7315cc0d1b
commit
edd770a454
@ -94,8 +94,8 @@ class ShowController extends ActionController
|
||||
{
|
||||
return $this->createObject(
|
||||
$entry->object_type,
|
||||
$entry->old_properties
|
||||
)->setProperties((array) json_decode($entry->new_properties));
|
||||
$entry->new_properties
|
||||
);
|
||||
}
|
||||
|
||||
protected function showObject($object)
|
||||
|
Loading…
x
Reference in New Issue
Block a user