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

vCore: syncs deleted documents across Table/Tree/JSON view #2512

Merged
merged 5 commits into from
Dec 5, 2024

Conversation

tnaum-ms
Copy link
Collaborator

@tnaum-ms tnaum-ms commented Dec 4, 2024

When a document is deleted in the Table View, it is removed from the view. However, it remained visible in the Tree View and JSON View. Only after a refresh were these views updated.

This PR fixes the issue by removing the data from the internal cache, ensuring that when a view is switched, it always pulls data from the current cached state.

@tnaum-ms tnaum-ms marked this pull request as ready for review December 4, 2024 15:30
@tnaum-ms tnaum-ms requested a review from a team as a code owner December 4, 2024 15:30
@tnaum-ms tnaum-ms merged commit 9741015 into main Dec 5, 2024
2 checks passed
@tnaum-ms tnaum-ms deleted the dev/tnaum/sync-doc-deletion-across-views branch December 5, 2024 10:09
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

Successfully merging this pull request may close these issues.

2 participants