Skip to content

How to log the many to many changes #24

@braianj

Description

@braianj

Hello, for example the changes into rol of a user something like

/**
  * @var \Doctrine\Common\Collections\Collection
  *
  * @ORM\ManyToMany(targetEntity="LoginBundle\Entity\Roles", inversedBy="usuarios")
  * @ORM\JoinTable(name="user_roles",
  *   joinColumns={
  *     @ORM\JoinColumn(name="id_user", referencedColumnName="id")
  *   },
  *   inverseJoinColumns={
  *     @ORM\JoinColumn(name="id_rol", referencedColumnName="id")
  *   }
  * )
  */
 private $roles;

When I make changes on a rol of a user, there is no print of that instance

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions