laravel-auditing icon indicating copy to clipboard operation
laravel-auditing copied to clipboard

Looking to track changes if an event is published.

Open chrisgrim opened this issue 4 years ago • 0 comments

Q A
Bug? no
New Feature? yes
Framework Laravel
Framework version 7.25.0
Package version ^10.0
PHP version 7.4.7

Hi, I am reaching out because I was hoping there was a way I could only track changes if my event is published. Currently it is tracking every change of the event. However I only want to track changes after the event has been published. I achieve this by changing my status column to 'p'. Is there a way to say only track changes where status == 'p' ?

chrisgrim avatar Sep 01 '20 20:09 chrisgrim