sonata-project / EntityAuditBundle

Audit for Doctrine Entities
https://sonata-project.org
MIT License
633 stars 261 forks source link

Added configuration option to disable auditing for object associations #622

Open shepherdmat opened 7 months ago

shepherdmat commented 7 months ago

Subject

Pull request allows you to globally disable building a database scheme, and attempt to audit object relationships

I am targeting this branch, because it is a new feature.

Closes #601.

Changelog


### Added
- New configuration option `disable_associations` to disable association tracking.
VincentLanglet commented 6 months ago

Closes #601.

@dmitrach, does it solve your issue ?

(and @axio-vincent since your upvoted the issue)