Skip to content

Deleted pointer still visible on refresh #272

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

Closed
tanmays opened this issue Apr 18, 2016 · 2 comments
Closed

Deleted pointer still visible on refresh #272

tanmays opened this issue Apr 18, 2016 · 2 comments

Comments

@tanmays
Copy link

tanmays commented Apr 18, 2016

Using parse-server 2.2.7 and latest parse-dashboard master branch.

Issue:

Any pointer in a pointer based column after being deleted will still be visible even after clicking the refresh button.

Steps to reproduce:

  1. Assign any point to a field and open Parse Dashboard, you should see the pointer.
  2. Now delete that pointer using Cloud Code (or any SDK)
  3. Click refresh button on Dashboard and the value will still be visible

You need to refresh the entire page for that value to be updated.

@tanmays tanmays changed the title Deelted pointer still visible on refresh Deleted pointer still visible on refresh Apr 18, 2016
@drew-gross
Copy link
Contributor

Interesting discovery. Checking the network traffic clearly shows the response does not include the pointer, so the issue is in the client-side update. Will investigate.

@drew-gross
Copy link
Contributor

drew-gross commented Apr 18, 2016

I believe fixing this will require updating the Parse SDK to version 1.7.1+ which includes parse-community/Parse-SDK-JS#206

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

3 participants