Skip to content

Commit

Permalink
- refs #121 mark actorClosure @JsonIgnore
Browse files Browse the repository at this point in the history
  • Loading branch information
robertoschwald committed Jul 25, 2016
1 parent 45842b9 commit 64ec970
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@
*/
package grails.plugins.orm.auditable

import com.fasterxml.jackson.annotation.JsonIgnore

import static grails.plugins.orm.auditable.AuditLogListenerUtil.*
import groovy.util.logging.Commons

Expand Down Expand Up @@ -63,6 +65,8 @@ class AuditLogListener extends AbstractPersistenceEventListener {
String sessionAttribute
String actorKey
String propertyMask

@JsonIgnore
Closure actorClosure

Boolean stampEnabled = true
Expand Down

0 comments on commit 64ec970

Please sign in to comment.