Browse Source

New data model integration...

git-svn-id: http://svn.code.sf.net/p/itop/code/trunk@504 a333f486-631f-4898-b8df-5754b55c2be0
dflaven 15 years ago
parent
commit
cdd2c5b69d
1 changed files with 1 additions and 0 deletions
  1. 1 0
      application/cmdbabstract.class.inc.php

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

@@ -165,6 +165,7 @@ abstract class cmdbAbstractObject extends CMDBObject
 							'link_attr' => $oAttDef->GetExtKeyToMe(),
 							'object_id' => $this->GetKey(),
 							'target_attr' => $oAttDef->GetExtKeyToRemote(),
+							'view_link' => false,
 						); 
 						self::DisplaySet($oPage, $oSet, $aParams);
 					}