瀏覽代碼

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

git-svn-id: http://svn.code.sf.net/p/itop/code/trunk@4880 a333f486-631f-4898-b8df-5754b55c2be0
glajarige 7 年之前
父節點
當前提交
695a3e72ab
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      application/cmdbabstract.class.inc.php

+ 1 - 1
application/cmdbabstract.class.inc.php

@@ -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,