mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-23 02:28:44 +02:00
Code cleanup
This commit is contained in:
@@ -488,19 +488,6 @@ HTML
|
||||
}
|
||||
}
|
||||
|
||||
// Special case to display the case log, if any...
|
||||
// WARNING: if you modify the loop below, also check the corresponding code in UpdateObject and DisplayModifyForm
|
||||
// TODO 3.0.0: Remove when sure everything has been migrated (CHECK THE WARNING ABOVE!)
|
||||
// foreach(MetaModel::ListAttributeDefs(get_class($this)) as $sAttCode => $oAttDef)
|
||||
// {
|
||||
// if ($oAttDef instanceof AttributeCaseLog)
|
||||
// {
|
||||
// $sComment = (isset($aExtraParams['fieldsComments'][$sAttCode])) ? $aExtraParams['fieldsComments'][$sAttCode] : '';
|
||||
// $this->DisplayCaseLog($oPage, $sAttCode, $sComment, $sPrefix, $bEditMode);
|
||||
// $aFieldsMap[$sAttCode] = $this->m_iFormId.'_'.$sAttCode;
|
||||
// }
|
||||
// }
|
||||
|
||||
return $aFieldsMap;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user