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

Query array of values - Removing objectId (type string ) from array of strings #3144

Closed
hecomp opened this issue Nov 30, 2016 · 1 comment
Closed

Comments

@hecomp
Copy link

hecomp commented Nov 30, 2016

Hi,

I'm hosting Parse server on Heroku. My issue is when I'm removing an objectId from array of strings. I have a cart column (array) on JobFeed class. I query the following:

$http( {
method: 'PUT',
url: 'https://myserver/1/classes/JobFeed/' + jobId,
data: {
cart: {
__op: 'Remove',
objects: [ service.objectId]
}
}
});

It returns JobFeed with the objctId still on the array.

@hramos
Copy link
Contributor

hramos commented Feb 10, 2017

Hey, thanks for reporting this issue.

Can you please add all the info specified in the template? This is necessary for people to be able to understand and reproduce the issue being reported.

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

No branches or pull requests

2 participants