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

BUGFIX: Don’t include subnodetypes of subnodetypes in node search #4503

Merged
merged 1 commit into from
Aug 13, 2024

Conversation

Sebobo
Copy link
Member

@Sebobo Sebobo commented Sep 12, 2023

The subnodetypes of the given filter are collected twice (once in the NodesController and once in the NodeDataRepository) leading to nodetypes being included which don't inherit from the given list of nodetypes as the second list of nodetypes is not checked against the nodetypefilter but against the subnodetypes of the nodetypefilter. See details in #4502.

Resolves: #4502

@Sebobo Sebobo force-pushed the bugfix/4502-double-nodetypefilter branch from 604d119 to 28f3c94 Compare September 12, 2023 14:02
@Sebobo Sebobo requested a review from mhsdesign January 10, 2024 09:29
@mhsdesign mhsdesign changed the base branch from 7.3 to 8.3 February 8, 2024 18:29
@github-actions github-actions bot added 8.3 and removed 7.3 labels Feb 8, 2024
@Sebobo Sebobo requested review from mficzel and nezaniel June 26, 2024 17:03
@Sebobo Sebobo requested a review from dlubitz August 13, 2024 09:20
Copy link
Contributor

@dlubitz dlubitz left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I've tested it. LGTM. Thank you!

@dlubitz dlubitz merged commit 2f2f625 into 8.3 Aug 13, 2024
1 check passed
@dlubitz dlubitz deleted the bugfix/4502-double-nodetypefilter branch August 13, 2024 14:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants