Skip to content

Fix issue #70 #71

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

Merged
merged 1 commit into from
Apr 20, 2023
Merged

Fix issue #70 #71

merged 1 commit into from
Apr 20, 2023

Conversation

wol-soft
Copy link
Owner

Merged properties of a composition are filled up with the provided values without further validation execution after the single composition branches are validated separately. Consequently,changes applied to the values from filters are missing. The new added method _getModifiedValues sets up a diff with all changed values from the nested composition branch. All modified values are applied to the merged property afterwards so changes from filters are kept.

Merged properties of a composition are filled up with the provided values without further validation execution after the single composition branches are validated separately. Consequently,changes applied to the values from filters are missing. The new added method _getModifiedValues sets up a diff with all changed values from the nested composition branch. All modified values are applied to the merged property afterwards so changes from filters are kept.
@coveralls
Copy link

Pull Request Test Coverage Report for Build 4756330920

  • 19 of 19 (100.0%) changed or added relevant lines in 1 file are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage increased (+0.009%) to 98.731%

Totals Coverage Status
Change from base Build 4574858658: 0.009%
Covered Lines: 2800
Relevant Lines: 2836

💛 - Coveralls

@wol-soft wol-soft merged commit a9bda3c into master Apr 20, 2023
@wol-soft wol-soft deleted the 70-filter-in-composition branch April 20, 2023 15:56
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.

Filter for a property inside a Composition inside an array is not executed
2 participants