N°782.2 Linkset menu actions open in a new tab in edition mode only.

SVN:trunk[4877]
This commit is contained in:
Guillaume Lajarige
2017-08-25 09:36:16 +00:00
parent 58534dca39
commit a39789cf89
3 changed files with 26 additions and 17 deletions

View File

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