-
Notifications
You must be signed in to change notification settings - Fork 61
Open
Description
Version: org.grails.plugins:audit-logging:3.0.3
I am new to this plugin, but have noticed a fairly critical issue. The last_updated_by column is not being updated when entities are updated. However, it is being set when the entity is first created (along with created_by)
Could this be a bug in the new version?
I'm not sure what the expected behaviour is, but I would expect:
- On insert, lastUpdatedBy should be left as NULL
- On update, lastUpdatedBy should be updated to the current authenticated user
Metadata
Metadata
Assignees
Labels
No labels