sonata-project / SonataAdminBundle

The missing Symfony Admin Generator
https://docs.sonata-project.org/projects/SonataAdminBundle
MIT License
2.11k stars 1.26k forks source link

Show Page not showing any field value #2174

Closed ajeetvarma closed 10 years ago

ajeetvarma commented 10 years ago

I have installed "sonata-project/admin-bundle": "2.3.*@dev" " in a symfony 2.4 project and add configuration as per its new updated tutorial .. All the page like 'dashboard','list' , 'edit' etc. are working fine , but on going on the 'show' page of CRUD it only show the "bock actions" and " block tab_menu" contents but it is no displaying any content under "block show " ...

So no individual entity value is displaying ..

i do't know what i m doing wrong ..

Please suggest me ..

Thanks..

diegou commented 10 years ago

check you are using configureShowFields (with an ending "s"), because its deprecated configureShowField. It took me a while to figure out that, just read UPGRADE-2.3.md and realised of it

ajeetvarma commented 10 years ago

Work like charm ...Thanks a lot !