SonataProductBundle (symfony 2.8) instead of showing product create form there is “No object types available” button appearing
问题 There are Sonata Admin with enabled SonataProductBundle. Product entity configured accordingly to documentation. But, upon attempting to create new "Product" in admin panel, "No object types available" button appears instead of edit form of. Here are the configurations: config.yml imports: - { resource: parameters.yml } - { resource: security.yml } - { resource: services.yml } - { resource: sonata/sonata_product.yml } - { resource: '@ApplicationSonataProductBundle/Resources/config/product.yml