Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

In short I want additional list views, but per entity, i.e. for related products, and to be able to manage the fields and actions shown independently of the main list i.e. via a method like configureRelationsListFields(ListMapper $listMapper).

I've extended the controller and have an action for the page and basic templates for where they should sit, what I want now is to have lists under each of the headings 'Similar' and 'Accessories' as shown below.

SonataAdmin related items list

I don't see rendering multiple lists on 1 page as being a problem, what does seem to be challenging is implementing a separate listManager/Mapper for this type of list, what I think the mapper is doing is mapping various information into fields in the admin class, and I'm not entirely sure how to go about overriding which listManager is being used or how to tell it to use different class vars for my 'relations_list'.

Am I going about this right? Is there an easier to way to approach this? Any thoughts on how I can go about getting this working?

share|improve this question

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.