odiseoteam / SyliusBlogPlugin

This plugin add blog capabilities to your Sylius project.
MIT License
34 stars 18 forks source link

Can't override article resource #21

Open ehibes opened 1 year ago

ehibes commented 1 year ago

Hi,

I try to override the article resource, but I get following error : Neither the property "translations" nor one of the methods "translations()", "gettranslations()"/"istranslations()"/"hastranslations()" or "__call()" exist and have public access in class "Symfony\Component\Form\FormView"

It seems that ArticleTranslation is not managed as a resource by Sylius.