Sonataadminbundle: Multiple admin section for same entity

前端 未结 3 840
孤独总比滥情好
孤独总比滥情好 2021-02-01 18:42

I have entity class Page with column type=integer. When I do:

   

        
3条回答
  •  误落风尘
    2021-02-01 19:25

    You certainly found your solution, but another way to do this would be to create a parent class and inherit using inheritance mapping. You are then able to have different repository and sonata admin would not work differently.

提交回复
热议问题