Samuell1 / revisions-plugin

Revisions allows to extend any model with Revisionable trait with more features and easy to use.
https://octobercms.com/plugin/samuell-revisions
MIT License
9 stars 7 forks source link

Relations #14

Closed rubenvanerk closed 4 years ago

rubenvanerk commented 4 years ago

By default, when you make a relation revisionable, only the changed ID will be displayed. This PR adds the ability to specify the relation model and what field to display in the diff.

Samuell1 commented 4 years ago

Amazing thanks!