Skip to content
Advertisement

Tag: easyadmin3

How to display associated objects with links to their details page in Symfony 5 EasyAdmin 3?

I have two entities, Offer and Candidate, with a OneToMany relationship between them. The relevant code parts are the followings: In Offer.php: In Candidate.php: In OfferCrudController.php: In CandidateCrudController.php: My problem is that while in the case of Candidates EasyAdmin displays the Offer linked to its details page for each Candidate, for the Offers it displays only the non-clickable string representations

Advertisement