lorenzo / audit-stash

Flexible and rock solid audit log tracking for CakePHP 3
MIT License
78 stars 37 forks source link

Move change event creation to a protected function #87

Closed nicosp closed 2 months ago

nicosp commented 2 months ago

No functional changes but it allows custom event types and/or dynamic meta data.

Our use case is that we need to modify changed/original based on information in the table classes (we have translations for field labels).