parse-server icon indicating copy to clipboard operation
parse-server copied to clipboard

fix: Fixed issue where deeply nested keys were having incorrect values

Open RahulLanjewar93 opened this issue 7 months ago • 14 comments
trafficstars

refer https://github.com/parse-community/parse-server/pull/7385#issuecomment-2809633747

Summary by CodeRabbit

  • Bug Fixes

    • Improved handling of keys with dot notation, ensuring nested fields are updated correctly during save operations.
  • Tests

    • Added a new test to verify correct behavior when saving objects with deeply nested keys, specifically validating afterSave triggers and nested field updates.

RahulLanjewar93 avatar Apr 16 '25 13:04 RahulLanjewar93