Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow auditing of entities with many-many relations #99

Merged
merged 2 commits into from
Dec 10, 2014

Commits on Dec 10, 2014

  1. Allow auditing of entities with many-many relations

    The changes made in c619a4e have made
    it impossible to load the history of entities that have a many to many
    relationship with another entity. I think the old approach of just
    providing an empty collection and the notice in the docs is preferable
    to not being able to audit the entity at all. Hence I reverted the
    change that throws an exception if a many to many relationship is found
    tommygnr committed Dec 10, 2014
    Configuration menu
    Copy the full SHA
    ee78e4e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6fad68c View commit details
    Browse the repository at this point in the history