用于MappedSuperclass的Sonata管理面板

时间:2019-01-31 11:05:43

标签: sonata-admin

我有实体客户端扩展用户

用户是MappedSuperclass

我有客户面板,但是从产品ManyToMany到用户的关系。

当我尝试添加

$formMapper->add('users',ModelAutocompleteType::class,[
    'class'=>Client::class,
    'model_manager'=>ClientAdmin::class
]);

我得到

The current field `users` is not linked to an admin. Please create one for the target entity: `AppBundle\Entity\User`

我可以为多个实体创建Admin类吗? (MappedSuperclass和类扩展了该类)

0 个答案:

没有答案