-
Notifications
You must be signed in to change notification settings - Fork 36
New issue
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
CustomerOption targetEntity must be the CustomerOptionInterface on CustomerOptionTranslation Entity #152
Comments
Hey thank you for reporting this bug. We haven't tested this use case. But if you have made it work with your setup like this feel free to create a pull request. I'd be happy to merge it. |
Hello, thank you for your answer. I was actually able to test this modification with my setup (directly in vendor ^^) I would like to create the pull request, but I don't have the permissions to do so. |
That's good to hear. If you need any further explanation feel free to say so. |
Thanks for the explanation. There is the pull request #153 |
Closing this here as the PR is merged. If you still have issues with it feel free to open this again. |
To be able to add custom fields on CustomerOptionValue and CustomerOption entiies, i overwrite these classes and use the following doctrine configuration to use my new entities :
However, for the CustomerOption, i have this error :
After checking join configuration in CustomerOptionTranslation entity, i see that:
The CustomerOptionInterface must be used here
The text was updated successfully, but these errors were encountered: