This commit is contained in:
Molkobain
2021-02-10 21:17:49 +01:00
parent e6c0333915
commit 8d8f6f7ed5

View File

@@ -850,7 +850,7 @@ EOF
foreach ($aFields as $sAttCode) {
$oAttDef = MetaModel::GetAttributeDef($sClass, $sAttCode);
// Skip case logs as they will be hadnled by the activty panel
// Skip case logs as they will be handled by the activity panel
if ($oAttDef instanceof AttributeCaseLog) {
continue;
}