gpc / grails-audit-logging-plugin

The Grails Audit Logging Plugin
Apache License 2.0
50 stars 60 forks source link

add option to use getOriginalValue() for dirty properties #191

Closed jnunderwood closed 5 years ago

jnunderwood commented 5 years ago

Add configurable option to use getOriginalValue() instead of getPersistentValue() for domain objects' dirty properties. These changes address Issue #190 while leaving the original behavior unchanged.