You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When logged in as superadmin, I go to ../admin/product/new and I get an error Could not load type Application\Vespolina\ProductBundle\Form\Type\ProductFormExtendedType
I tried adding the necessary config.
And I got this error
The form's view data is expected to be an instance of class Application\Vespolina\ProductBundle\Document\Product, but is a(n) string. You can avoid this error by setting the "data_class" option to null or by adding a view transformer that transforms a(n) string to an instance of Application\Vespolina\ProductBundle\Document\Product.
The text was updated successfully, but these errors were encountered:
When logged in as superadmin, I go to ../admin/product/new and I get an error Could not load type Application\Vespolina\ProductBundle\Form\Type\ProductFormExtendedType
I tried adding the necessary config.
And I got this error
The form's view data is expected to be an instance of class Application\Vespolina\ProductBundle\Document\Product, but is a(n) string. You can avoid this error by setting the "data_class" option to null or by adding a view transformer that transforms a(n) string to an instance of Application\Vespolina\ProductBundle\Document\Product.
The text was updated successfully, but these errors were encountered: