victoire icon indicating copy to clipboard operation
victoire copied to clipboard

Error after installing

Open fyher opened this issue 7 years ago • 1 comments

Description

Runtime Notice: Victoire\Bundle\CoreBundle\Entity\View and Knp\DoctrineBehaviors\Model\Translatable\Translatable define the same property ($translations) i
n the composition of Victoire\Bundle\CoreBundle\Entity\View. This might be incompatible, to improve maintainability consider using accessor methods in traits instead. Class was composed

Resolution Ideas

Related to

Bundle -- -- --
Analytics Page
Blog Query
BusinessEntity Seo
BusinessPage Sitemap
Core Template
Criteria Twig
Filter User
Form ViewReference
I18n Widget
Media WidgetMap

fyher avatar Jun 16 '17 14:06 fyher

The $translations property is overridden in the View class only to declare the serializer group annotation on it. Maybe it is possible to declare serialization group in separate yml file instead of an annotation

paulandrieux avatar Jun 16 '17 14:06 paulandrieux