Object's edition: keep track of what was typed in the case log fields when reloading the form (for example with a different "initial state")

SVN:trunk[3119]
This commit is contained in:
Denis Flaven
2014-04-01 12:06:35 +00:00
parent caef02720c
commit b43884a760

View File

@@ -286,6 +286,7 @@ abstract class cmdbAbstractObject extends CMDBObject implements iDisplay
{
$sComment = (isset($aExtraParams['fieldsComments'][$sAttCode])) ? $aExtraParams['fieldsComments'][$sAttCode] : '';
$this->DisplayCaseLog($oPage, $sAttCode, $sComment, $sPrefix, $bEditMode);
$aFieldsMap[$sAttCode] = $this->m_iFormId.'_'.$sAttCode;
}
}