N°554.3 Not displaying actions menu in n:n in read mode.

SVN:trunk[4880]
This commit is contained in:
Guillaume Lajarige
2017-08-28 10:13:53 +00:00
parent 8ca6610e75
commit 43709576c0

View File

@@ -536,7 +536,7 @@ EOF
'object_id' => $this->GetKey(),
'target_attr' => $oAttDef->GetExtKeyToRemote(),
'view_link' => false,
'menu' => MetaModel::GetConfig()->Get('allow_menu_on_linkset'),
'menu' => false,
//'menu_actions_target' => '_blank',
'display_limit' => true, // By default limit the list to speed up the initial load & display
'table_id' => $sClass.'_'.$sAttCode,