Skip to content

Commit

Permalink
Updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
fspringveldt committed Jan 5, 2018
1 parent 4395834 commit 51c2841
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Expand Up @@ -15,8 +15,8 @@ A SilverStripe module which audits updates to and deletions from DataObject subc
No setup is required as the `AuditExtension` is automatically added to DataObject.

Changes are added to two tables viz. `DataObjectAuditor_Audit` which has a `$has_many` to `DataObjectAuditor_AuditValues`.
To prevent duplication only changed records are added to the `DataObjectAuditor_AuditValues` table to as to prevent duplication.
In the case of deletion though, the entire records is written.
Only changed records are added to the `DataObjectAuditor_AuditValues` table to prevent duplication.
In the case of deletion though, the entire record is written.

## Configuration/Usage instructions
By default all DataObjects, except `Audit` and `AuditValue` are audited.
Expand All @@ -32,4 +32,4 @@ SilverStripe\DataObjectAuditor\Extensions\AuditExtension:

## Bugtracker ##

Bugs are tracked on [github.com](https://github.com/fspringveldt/silverstripe-dataobject-auditor/issues).
Bugs are tracked on [github.com](https://github.com/fspringveldt/silverstripe-dataobject-auditor/issues).

0 comments on commit 51c2841

Please sign in to comment.