Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

I have added CTI support in this fork #139

Closed
wants to merge 9 commits into from
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -238,9 +238,12 @@ This provides you with a few different routes:
* simple_things_entity_audit_viewentity_detail -- Displays the data for the specified entity at the specified revision
* simple_things_entity_audit_compare -- Allows you to compare the changes of an entity between 2 revisions

## Done TODOS

* It DOES support work with Joined-Table-Inheritance - tested but not many. (Single Table Inheritance should work, but not tested)
*
## TODOS

* Currently only works with auto-increment databases
* Proper metadata mapping is necessary, allow to disable versioning for fields and associations.
* It does NOT work with Joined-Table-Inheritance (Single Table Inheritance should work, but not tested)
* Many-To-Many associations are NOT versioned
Loading