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

change filter processor to be more verbose and have compModelType in … #79

Merged
merged 1 commit into from
Apr 12, 2024

Conversation

AlexeyNikipelau
Copy link
Contributor

Better solution for #78

@AlexeyNikipelau AlexeyNikipelau requested a review from travist April 12, 2024 17:43
scope.filter[absolutePath] = {data: {}};
scope.filter[absolutePath] = {
compModelType: modelType,
include: true,
Copy link
Member

Choose a reason for hiding this comment

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

"include" is really not needed. By this having a "scope.filter" for that path, it is included. Are you maybe adding the ability for some other processor to NOT include it?

@travist travist merged commit b9ebc0a into master Apr 12, 2024
3 checks passed
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