Skip to content

SaveAll on new objects does not return objectIds #502

Closed
parse-community/parse-server
#8520
@dplewis

Description

@dplewis
Member

New Issue Checklist

  • I am not disclosing a vulnerability.
    I am not just asking a question.
    I have searched through existing issues.
    I can reproduce the issue with the latest version of Parse Server and the Parse PHP SDK.

Issue Description

When setting liveQuery.classNames in the server config save all doesn't return object Id when saving more than one new objects. I assume that some sort of afterSave trigger is called that strips away the objectId. I've tested this against Parse Server 6. ObjectIds are returned when you saveAll on one object.

Since objectIds aren't returned you can't delete / save etc.

I believe the issue can be found by looking https://github.com/parse-community/parse-server/blob/alpha/src/RestWrite.js#L1607

Steps to reproduce

Actual Outcome

Objects save but objectId is missing

Expected Outcome

Objects save and return Id.

Parse PHP SDK

  • SDK version: 2.0.0
  • PHP version: 8.1

Server

  • Parse Server version: 6.0.0
  • Operating system: Mac
  • Local or remote host (AWS, Azure, Google Cloud, Heroku, Digital Ocean, etc): Local

Database

  • System (MongoDB or Postgres): MongoDB
  • Database version: 4.4
  • Local or remote host (MongoDB Atlas, mLab, AWS, Azure, Google Cloud, etc): local

Logs

Activity

parse-github-assistant

parse-github-assistant commented on Apr 28, 2023

@parse-github-assistant

Thanks for opening this issue!

  • 🚀 You can help us to fix this issue faster by opening a pull request with a failing test. See our Contribution Guide for how to make a pull request, or read our New Contributor's Guide if this is your first time contributing.
dplewis

dplewis commented on Apr 28, 2023

@dplewis
MemberAuthor

I created a Faliing test for this #503

I can't seem to replicate this on the JS SDK though.

changed the title [-]SaveAll on new objects don't return objectId[/-] [+]SaveAll on new objects does not return objectIds[/+] on Apr 28, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

      Participants

      @mtrezza@dplewis

      Issue actions

        SaveAll on new objects does not return objectIds · Issue #502 · parse-community/parse-php-sdk