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

fix(model factory chain): implode relation chains for bigger relations #447

Merged
merged 1 commit into from
Mar 21, 2022

Conversation

090809
Copy link

@090809 090809 commented Mar 7, 2022

When using bigger (more than two relations) chains (like event.tag.tagGroup), exploding by dot will be broken:
It will cast as event.tag and event.tagGroup not as event.tag.tagGroup.

@shalvah shalvah merged commit edd0f21 into knuckleswtf:master Mar 21, 2022
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

Successfully merging this pull request may close these issues.

2 participants