Enable audit by configuration

In fact I already told about it in other topic, but I thought that could be better to highlight a new feature.

I sent a pull request for a configurable feature that allows to audit user actions related to app circles.

1 Like

I will have a look to that PR next week.

Thank you!

As time have been passed, I refactor the code of this feature and made some improvements.

Now, all actions related to circles (create, change, remove) and its members (adding, invitation, refuse, cancel) are audited. Implementation was moved from controllers to services, so number of calls was reduced.

I sent a new pull request.