seo-bundle icon indicating copy to clipboard operation
seo-bundle copied to clipboard

Gedmo Translatable

Open boxbillinggit opened this issue 8 years ago • 1 comments

Hello, is it possible to connect with Gedmo SeoBundle? Because I like giving

@Gedmo \ Translatable

This returns me the error Could not convert database value "" is a Type object Doctrine

boxbillinggit avatar Mar 10 '17 19:03 boxbillinggit

i am not familiar with the gedmo extensions. but this bundle does not really interact with the storage layer, apart from providing a default model.

have a look at the src/Resources/config/doctrine-model/SeoMetadata.orm.xml - maybe you need to overwrite something or need to provide your own implementation of SeoMetadataInterface.

dbu avatar Mar 13 '17 16:03 dbu