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 nested embeddables do not work #62

Open
yuriy-sorokin opened this issue Jan 27, 2017 · 2 comments
Open

Doctrine nested embeddables do not work #62

yuriy-sorokin opened this issue Jan 27, 2017 · 2 comments

Comments

@yuriy-sorokin
Copy link

Hi, when having several levels of doctrine embeddables and filtering, an exception "Could find embeddable" is thrown.

This variant works properly when using doctrine QB
$qb ->select('u') ->from(User::class, 'u') ->where('u.organization.organizationId.id = :organization_id') ->setParameter('organization_id', 1)

but doesn't work with rulerz
$qb ->select('s') ->from(SubscriptionProgram::class, 's'); $rulerz->filter($qb, 'organization.organizationId.id = 1');

Thanks.

@Shandur
Copy link

Shandur commented Sep 26, 2017

@yuriy-sorokin Did yo solve the problem?

@yuriy-sorokin
Copy link
Author

No progress :(

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants