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

[5.x] Ensure appended attributes aren't returned in fields filter #317

Merged

Conversation

duncanmcclean
Copy link
Member

This pull request fixes an issue where appended attributes would appear in the dropdown of Fields when using the "Fields" filter in the Control Panel.

Filtering by appended attributes won't work because they're not real columns in the database that can be queried (at least, most of the time!), so you'll receive an error. So, this PR will filter out any fields that use an appended attribute.

Fixes #316

@duncanmcclean duncanmcclean merged commit 481de18 into 5.x Aug 7, 2023
3 checks passed
@duncanmcclean duncanmcclean deleted the fix/appended-attributes-showing-in-field-filters branch August 7, 2023 12:27
@github-actions
Copy link

github-actions bot commented Aug 7, 2023

Released as part of v5.2.0.

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.

Filtering in Runway model with blueprint with appended attributes shouldn't query through the attribute name
1 participant