How to use Ajax within Sonata Admin forms?

后端 未结 4 1724
有刺的猬
有刺的猬 2020-11-28 22:10

I have a Merchant entity with the following fields and associations:-

/**
 * @ORM\\ManyToMany(targetEntity=\"Category\", inversedBy=\"merchants\")
 */
public         


        
4条回答
  •  自闭症患者
    2020-11-28 22:23

    in the block javascripts, you have to change "liszt:updated" to "chosen:updated"

    hope it helps someone ;)

提交回复
热议问题