mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-23 18:48:51 +02:00
N°5945 - Fix "menu" option in dashlet list having no effect since relations refactoring
This commit is contained in:
@@ -43,7 +43,7 @@ class BlockIndirectLinkSetViewTable extends AbstractBlockLinkSetViewTable
|
||||
'object_id' => $this->oDbObject->GetKey(),
|
||||
'target_attr' => $this->oAttDef->GetExtKeyToRemote(),
|
||||
'view_link' => false,
|
||||
'menu' => false,
|
||||
'menu' => MetaModel::GetConfig()->Get('allow_menu_on_linkset'),
|
||||
'display_limit' => true,
|
||||
'table_id' => $this->GetTableId(),
|
||||
'zlist' => false,
|
||||
|
||||
Reference in New Issue
Block a user