You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What would be the suggested way of (ab)using this library so that events that don't persist changes in the database are tracked along with those that do?
For example, track every "show" action for certain entities.
If this is a feature that could be scoped within this library I'd appreciate any pointers so I can submit a patch for review.
The simplest approach I can think of would be to record an empty Version.patch with a new (custom?) ExAudit.Type.Action. Would that make any sense?
The text was updated successfully, but these errors were encountered:
Hello,
What would be the suggested way of (ab)using this library so that events that don't persist changes in the database are tracked along with those that do?
For example, track every "show" action for certain entities.
If this is a feature that could be scoped within this library I'd appreciate any pointers so I can submit a patch for review.
The simplest approach I can think of would be to record an empty
Version.patch
with a new (custom?)ExAudit.Type.Action
. Would that make any sense?The text was updated successfully, but these errors were encountered: