symbiote / silverstripe-datachange-tracker
Record and track changes to any dataobjects. View chages/diffs in model admin.
Installs: 16 277
Dependents: 3
Suggesters: 0
Security: 0
Stars: 15
Watchers: 7
Forks: 13
Open Issues: 5
Type:silverstripe-vendormodule
This package is auto-updated.
Last update: 2022-07-20 06:54:40 UTC
README
Compatible with SilverStripe 4
Maintainers
Description
Record and track changes and deletes of any dataobjects. View changes/diffs in model admin.
Additionally, track add/remove of items in many_many relationships
Installation
Composer Install
composer require symbiote/silverstripe-datachange-tracker:~5.0
Requirements
- SilverStripe 4
Documentation
Version details
3.2.0
- Added pruning of data via queuedjobs
3.0.0
- Removed static DataChangeRecord::track() method