Skip to content

fix(query-builder): prevent fields collection change#15607

Merged
igdmdimitrov merged 6 commits intomasterfrom
thristodorova/fix-15557
Mar 31, 2025
Merged

fix(query-builder): prevent fields collection change#15607
igdmdimitrov merged 6 commits intomasterfrom
thristodorova/fix-15557

Conversation

@teodosiah
Copy link
Copy Markdown
Contributor

Closes #15557

Additional information (check all that apply):

  • Bug fix
  • New functionality
  • Documentation
  • Demos
  • CI/CD

Checklist:

  • All relevant tags have been applied to this PR
  • This PR includes unit tests covering all the new code (test guidelines)
  • This PR includes API docs for newly added methods/properties (api docs guidelines)
  • This PR includes feature/README.MD updates for the feature docs
  • This PR includes general feature table updates in the root README.MD
  • This PR includes CHANGELOG.MD updates for newly added functionality
  • This PR contains breaking changes
  • This PR includes ng update migrations for the breaking changes (migrations guidelines)
  • This PR includes behavioral changes and the feature specification has been updated with them

@teodosiah teodosiah added 🛠️ status: in-development Issues and PRs with active development on them query-builder labels Mar 26, 2025
@teodosiah teodosiah marked this pull request as ready for review March 27, 2025 07:37
@teodosiah teodosiah added ❌ status: awaiting-test PRs awaiting manual verification and removed 🛠️ status: in-development Issues and PRs with active development on them labels Mar 27, 2025
@igdmdimitrov igdmdimitrov self-requested a review March 28, 2025 08:34
@igdmdimitrov igdmdimitrov added ✅ status: verified Applies to PRs that have passed manual verification and removed ❌ status: awaiting-test PRs awaiting manual verification labels Mar 31, 2025
@igdmdimitrov igdmdimitrov merged commit eb58644 into master Mar 31, 2025
5 checks passed
@igdmdimitrov igdmdimitrov deleted the thristodorova/fix-15557 branch March 31, 2025 12:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

query-builder ✅ status: verified Applies to PRs that have passed manual verification

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Query builder mutates the Entities list

2 participants