Quellcode durchsuchen

(regression from iTop 2.2.x) ExternalFields were not automatically reloaded when the corresponding external key changed.

git-svn-id: http://svn.code.sf.net/p/itop/code/trunk@4388 a333f486-631f-4898-b8df-5754b55c2be0
dflaven vor 8 Jahren
Ursprung
Commit
f1fc408f7e
1 geänderte Dateien mit 1 neuen und 0 gelöschten Zeilen
  1. 1 0
      application/cmdbabstract.class.inc.php

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

@@ -688,6 +688,7 @@ EOF
 							else
 							{
 								$val = array('label' => '<span title="'.$oAttDef->GetDescription().'">'.$oAttDef->GetLabel().'</span>', 'value' => "<span id=\"field_{$sInputId}\">".$this->GetAsHTML($sAttCode)."</span>", 'comments' => $sComments, 'infos' => $sInfos);
+								$aFieldsMap[$sAttCode] = $sInputId;	
 							}
 						}
 						else