git-svn-id: http://svn.code.sf.net/p/itop/code/trunk@1626 a333f486-631f-4898-b8df-5754b55c2be0
@@ -842,7 +842,7 @@ try
$currValue = $oObj->Get($sAttCode);
if ($oAttDef instanceof AttributeCaseLog)
{
- $currValue = '';
+ $currValue = ' '; // Don't put an empty string, in case the field would be considered as mandatory...
}
if (is_object($currValue)) continue; // Skip non scalar values...
if(!array_key_exists($currValue, $aValues[$sAttCode]))