This commit ensures that the "property_path" option is respected in the DoctrineORM manipulator.
If no property_path is specified, the form name is used as before.
When using TranslationFormBundle, we noticed that the "property_path" option is only partially/incompletely taken into account.
Here we sometimes use several translation sections in one Sonata Admin. This already worked in the older TranslationFormBundle version.
The Structure is like:
An entity called Domain
A translation entity called DomainTranslation with a lot of translations (property_name translations)
A Sonata DomainAdmin with multiple sections which show parts of all translations
This commit ensures that the "property_path" option is respected in the DoctrineORM manipulator. If no property_path is specified, the form name is used as before.
When using TranslationFormBundle, we noticed that the "property_path" option is only partially/incompletely taken into account. Here we sometimes use several translation sections in one Sonata Admin. This already worked in the older TranslationFormBundle version.
The Structure is like:
Below is a small code example of the form: