ShowController: fix diff rendering
This commit is contained in:
parent
7315cc0d1b
commit
edd770a454
|
@ -94,8 +94,8 @@ class ShowController extends ActionController
|
||||||
{
|
{
|
||||||
return $this->createObject(
|
return $this->createObject(
|
||||||
$entry->object_type,
|
$entry->object_type,
|
||||||
$entry->old_properties
|
$entry->new_properties
|
||||||
)->setProperties((array) json_decode($entry->new_properties));
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
protected function showObject($object)
|
protected function showObject($object)
|
||||||
|
|
Loading…
Reference in New Issue