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:2.0.2[3120]
This commit is contained in:
Denis Flaven
2014-04-01 12:10:11 +00:00
parent b2d6df98ed
commit 2b76c17469

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;
}
}