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

Seeing all relations from one entity #303

Open
Lehren opened this issue Mar 21, 2022 · 1 comment
Open

Seeing all relations from one entity #303

Lehren opened this issue Mar 21, 2022 · 1 comment
Labels
enhancement New feature or request

Comments

@Lehren
Copy link

Lehren commented Mar 21, 2022

Is there a way to view all relations of an entity? When they get inserted initially they should have a null relation. But the whole field does not show up in diffs table. It's only when it's on association or disassociation, and even then, I am still missing some info like what the entity actually is. I'd have to get entity A first, see that entity B is associated to it, get entity B, and view the contents of entity B there.

I'd like entity A to just contain entity B fully in the logs, and reverse as well. So far this is not working on One-to-Many relations, or One-to-One. Maybe I'm missing some config options.

@DamienHarper DamienHarper added the enhancement New feature or request label May 13, 2022
@DamienHarper
Copy link
Owner

@Lehren Thanks for the report. Currently, auditor gets all data/information from Doctrine's UoW and the way UoW's changesets are built, they do not include non set relationship fields. I have some plan to add that kind of information later this year but no ETA though.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants