N°8108 - EVENT_DB_AFTER_WRITE: $oEventData->Get('changes') missing previous values

This commit is contained in:
Eric Espie
2025-01-16 09:30:54 +01:00
parent 7d2a9d0bfc
commit e98c6637ac

View File

@@ -3819,7 +3819,7 @@ abstract class DBObject implements iDisplay
}
try {
$this->PostUpdateActions($aChanges, $sClass);
$this->PostUpdateActions($this->m_aPreviousValuesForUpdatedAttributes, $sClass);
}
catch (Exception $e) {
$this->LogCRUDExit(__METHOD__, 'Error: '.$e->getMessage());