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
It may be useful to simplify "revert", especially if older logs is purged time by time.
Also just for show information like "field changed from PREV_VALUE to VALUE" in some log viewer.
And maybe store full entry on delete (like alternative to softdeletable)
How it can be implemented
Maybe some check in LoggableListener::createLogEntry like
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
Feature Request
It may be useful to simplify "revert", especially if older logs is purged time by time.
Also just for show information like "field changed from PREV_VALUE to VALUE" in some log viewer.
And maybe store full entry on delete (like alternative to softdeletable)
How it can be implemented
Maybe some check in
LoggableListener::createLogEntry
likeMaybe add prev_data field/method to default log entry in future and add option to
Loggable
annotation/attributeThe text was updated successfully, but these errors were encountered: