mirror of
https://github.com/Combodo/iTop.git
synced 2026-05-20 15:52:24 +02:00
N°9617 - Send events on data export for traceability
This commit is contained in:
@@ -144,6 +144,7 @@ class HTMLBulkExport extends TabularBulkExport
|
||||
$sAttCode = $aFieldSpec['sAttCode'];
|
||||
|
||||
$oObj = $aRow[$sAlias];
|
||||
$oObj->FireEventReadDetails();
|
||||
$sField = '';
|
||||
if ($oObj) {
|
||||
$sField = $this->GetValue($oObj, $sAttCode);
|
||||
|
||||
Reference in New Issue
Block a user