-
Notifications
You must be signed in to change notification settings - Fork 125
Open
Description
Hi,
i have an problem with the DoctrineWriter,
when i try to use the writer with nested - oneToMany relation.
Example:
Product -> Categories (1 - n)
I have my structure like this
productName; categories
"test"; "category1, category2"
Know i have implement an NestedValueConverterStep so the Converter will read the entities by the given extracted name.
So i have an array of Category Entities.
The Problem ive seen in the code, is theres no query which read if this is an oneToMany association.
I want to make the issue directly in portphp, but have no option to do that.
btw: it will be better to make the variables and functions in ValueConverterStep as "protected" to reuse them.
regards,
daniel
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels