Closed ajeetvarma closed 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
Work like charm ...Thanks a lot !
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..