Hi, I'm trying to get the AdminBundle running with some custom templates for the fields in a list of entities. In the documentation I've found that I could override "configureListFields(ListMapper $list)" and use something like:
$list->get('status')- >setTemplate('MyBundle:Admin:mytemplate.html.twig'); to set the template for the field named "status". But when I try this i get "Element 'status' does not exist". Anyone with experience of doing this? Regards, Manne -- If you want to report a vulnerability issue on symfony, please send it to security at symfony-project.com You received this message because you are subscribed to the Google Groups "symfony users" group. To post to this group, send email to symfony-users@googlegroups.com To unsubscribe from this group, send email to symfony-users+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/symfony-users?hl=en