-
Notifications
You must be signed in to change notification settings - Fork 30
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
DoctrineORMInfo class unnecessary check? #15
Comments
Nobody? |
I'm using EasyAdmin and I had the same problem ... did you fixed the issue ? |
tamert
added a commit
to tamert/AutoFormBundle
that referenced
this issue
Dec 27, 2020
a2lix#15 how shall we do?
Closed
up |
Up! |
I have a same issue, please fix this problem. Thank you ! |
any news? |
Unfortunately, I manipulated DoctrineORMInfo file a2lix_auto_form.object_info.doctrine_orm_info:
class: App\ORM\DoctrineORMInfo
arguments: ['@a2lix_auto_form.doctrine.metadata_factory'] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi there,
I'm using
TranslationFormBundle
and its working perfectly. In my case; i'm using theTranslationsType
in Sonata to add translated field. I want to use a ManyToOne field as translated field; and I do get an error. The error isclass xxx doesn't have a field yyy
. Where yyy is the ManyToOne field.After a bit of researching I found a solution. If I remove the following check (https://github.com/a2lix/AutoFormBundle/blob/master/src/ObjectInfo/DoctrineORMInfo.php#L65) everything is working fine.
My question is; can this check be removed? Or why is it there?
The text was updated successfully, but these errors were encountered: