We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: