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

Feature Request: Reload Document when Saving via Document Editor #99

Open
iStefo opened this issue Nov 18, 2013 · 0 comments
Open

Feature Request: Reload Document when Saving via Document Editor #99

iStefo opened this issue Nov 18, 2013 · 0 comments

Comments

@iStefo
Copy link

iStefo commented Nov 18, 2013

A probably not too difficult to implement feature which repeatedly comes into my mind:

When saving a document (after double-clicking it in the collection view) after making changes, closing the editing window and reopening it, it still shows the old document (which is logical, because it doesn't run the whole query again).

Still, this is confusing when you want to check which document you just updated etc. and MongoHub should display the updated document.

I think this could be implemented by querying only the document that was changed (by its _id) and then update the "internal" query cache of MongoHub so the next time the user opens the edit window, he will see the previously updated document.

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

1 participant