我使用SonataAdminBundle創建了後端系統,以管理具有多對多關係的User和Role實體。 一切順利,直到我編輯了用戶的角色。 錯誤出現了:FatalErrorException: Error: Call to a member function add() on a non-object in /Applications/XAMPP/xamppfiles/htdocs/proje
我試圖將自定義塊添加到SonataAdminBundle儀表板。我跟着instructinos這裏(How to add custom link or button to SonataAdminBundle Dashboard in Symfony2),我收到以下錯誤: RuntimeException: The block service `sonata.block.service.proces
sonata-admin-bundle中有一個標準功能,用exporter導出數據;但是如何使導出當前實體並映射ManyToOne實體呢? 基本上我想要的是下載與ListFields中定義的完全相同的數據。 UPD:在docs,只有待辦事項 UPD2:我找到了一個解決辦法,但我不認爲這是最好的一個: /**
* Add some fields from mapped entities; the