collectiveidea / audited

Audited (formerly acts_as_audited) is an ORM extension that logs all changes to your Rails models.
MIT License
3.4k stars 691 forks source link

We need to keep create action when combine audits #727

Open lyb124553153 opened 3 months ago

lyb124553153 commented 3 months ago

The create aduits was special, We use it to show creator for the records, So when combine audits , We need to exclude combie create action.

lyb124553153 commented 3 months ago

Besides, I'm not sure if this https://github.com/collectiveidea/audited/issues/680 is related looks likes https://github.com/collectiveidea/audited/issues/713 is the same