Browse Source

N.890.1 Move to test/prod failing with message "Unknown attribute org_id_archive_flag from class contact"

git-svn-id: http://svn.code.sf.net/p/itop/code/trunk@4897 a333f486-631f-4898-b8df-5754b55c2be0
romainq 7 years ago
parent
commit
9f9a0a5025
1 changed files with 1 additions and 1 deletions
  1. 1 1
      core/metamodel.class.php

+ 1 - 1
core/metamodel.class.php

@@ -1937,7 +1937,7 @@ abstract class MetaModel
 					// - an external KEY / FIELD (direct),
 					// - an external field pointing to an external KEY / FIELD
 					// - an external field pointing to an external field pointing to....
-					$sRemoteClass = $oAttDef->GetTargetClass();
+					$sRemoteClass = $oAttDef->GetTargetClass(EXTKEY_ABSOLUTE);
 
 					if ($oAttDef->IsExternalField())
 					{