Skip to content
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

[Doctrine] Inherited fields are not supported in the DQL completion #346

Open
stof opened this issue Sep 10, 2014 · 1 comment
Open

[Doctrine] Inherited fields are not supported in the DQL completion #346

stof opened this issue Sep 10, 2014 · 1 comment

Comments

@stof
Copy link
Contributor

stof commented Sep 10, 2014

It looks like fields inherited from the FOSUserBundle User mapped superclass are not found when providing autocompletion for fields in the DQL.
It may be related to the fact that FOSUserBundle 2.0.x-dev has the mapped superclass in a non-standard location. I haven't tried with mapped superclasses in a standard location (I don't have any in this project)

@Haehnchen
Copy link
Owner

Inherited are not supported at all. annotation just working on class extends path, there is not different for foreign method classes in phpstorm.
all other mappings need some additional logic. fosuserbundle also use xml mapping which is not in #319 :)

@Haehnchen Haehnchen changed the title Inherited fields are not supported in the DQL completion [Doctrine] Inherited fields are not supported in the DQL completion Sep 11, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants