fixed errors VC

This commit is contained in:
Daniel Barbero Martin 2020-01-29 10:15:31 +01:00
parent 3bd3ca00bf
commit 2bbc5d18b5
1 changed files with 3 additions and 2 deletions

View File

@ -1093,12 +1093,13 @@ class Item extends CachedModel
$node = \metaconsole_get_connection_by_id(
$linkedLayoutNodeId
);
// TODO: Link to a public view.
return \ui_meta_get_node_url(
$node,
'network',
// TODO: Link to a public view.
'operation/visual_console/view',
[],
['id' => $vcId],
// No autologin from the public view.
!$config['public_view']
);