mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-04-08 18:55:09 +02:00
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(
|
||||
$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']
|
||||
);
|
||||
|
Loading…
x
Reference in New Issue
Block a user