fixed errors VC
This commit is contained in:
parent
3bd3ca00bf
commit
2bbc5d18b5
|
@ -1093,12 +1093,13 @@ class Item extends CachedModel
|
||||||
$node = \metaconsole_get_connection_by_id(
|
$node = \metaconsole_get_connection_by_id(
|
||||||
$linkedLayoutNodeId
|
$linkedLayoutNodeId
|
||||||
);
|
);
|
||||||
|
|
||||||
|
// TODO: Link to a public view.
|
||||||
return \ui_meta_get_node_url(
|
return \ui_meta_get_node_url(
|
||||||
$node,
|
$node,
|
||||||
'network',
|
'network',
|
||||||
// TODO: Link to a public view.
|
|
||||||
'operation/visual_console/view',
|
'operation/visual_console/view',
|
||||||
[],
|
['id' => $vcId],
|
||||||
// No autologin from the public view.
|
// No autologin from the public view.
|
||||||
!$config['public_view']
|
!$config['public_view']
|
||||||
);
|
);
|
||||||
|
|
Loading…
Reference in New Issue