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

fix(rx-query) findByIds not working with modify and patch #6592

Merged

Commits on Nov 15, 2024

  1. fix(rx-query) findByIds not working with modify and patch

    ## Content
    * Unit tests that shows the bug
    * Fix for the bug
    ## Description
    When you chain "findByIds" with "patch" or "modify" it throws an error like "there is not method named modify on doc". The issue is caused by "findByIds" returning a result in the form of a map witch is not handled in "runQueryUpdateFunction"
    HRM committed Nov 15, 2024
    Configuration menu
    Copy the full SHA
    8f264ff View commit details
    Browse the repository at this point in the history