Skip to content

Tag: sonata-admin

How to override Show field in sonata admin

I want show the list of multiple attributes Name => value in a table overriding single field of only for PortsAdmin in ShowMapper Ports Entity mapped with PortsAttributes Entity. Relation of entity is OneToMany Ports with multiple attributes. Admin View (Edit Action) Show Action I want change attribute vie…