Robert Oschwald

Results 89 comments of Robert Oschwald

amalbet said: Here is the integration test I created for an GORM obj (Evisit). It basically tests that the available configurations for the auditable setting on the domain object work...

We need to migrate Gradle to be able to sign and deploy to central. This is not done, yet. Also, we need to merge #212 which is needed for nested...

How does your AuditTrail class look like? Autotimestamp is normally on. There is a fallback in the listener to create the actual dateCreated. See https://github.com/robertoschwald/grails-audit-logging-plugin/blob/master/plugin/src/main/groovy/grails/plugins/orm/auditable/AuditLogListener.groovy#L192

Can you please leave a note when you finished the pr?

Re-introducing a method in AuditLogListenerUtil seems not to be the right thing to do. The AuditLogEventController in general got the problem with audit domain class type definition, which is evaluated...

Working on Grails script to generate the Controller from template in users project.

Not yet supported. I'm not sure if the oldValue / newValue maps hold the individual attributes. Need to setup an example project and test, as the embedded domain components are...

please try version 2.0.2

Can you please setup a small sample project on GH, so we can analyze? Please use the same Grails version.