arborrow / montserrat

A retreat management application written in Laravel
12 stars 4 forks source link

Make Audit Logs Searchable #540

Closed arborrow closed 1 year ago

arborrow commented 1 year ago

add filtered scope to model and create ability to specify search before or after a particular date, for a particular model and id. This will facilitate the ability to figure out what happened to a particular record without having to search via the backend.

arborrow commented 1 year ago

fixed