-
Notifications
You must be signed in to change notification settings - Fork 69
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
Document ID does not refresh on Explorer #145
Comments
@nturinski please add more detailed repro steps. I don't believe we support editing the '_id' property at the moment |
I think it is tied to this issue I talked about. This hasn't gotten much traction though. I would mark this bug as external. |
To clarify, you can't change the '_id' filed for a mongo document, so this doesn't apply in that case. However, we should consider fixing for docdb |
This is possible to do, but the work-around is simply to refresh. |
* Update third party notices for mongodb-extended-json. * Document labels: use fields other than _id wherever possible * Remove the number of calls to toString in finding the label * Force refresh a document's tree item post-update. Fixes #145 * Document labels : make private * Add setter for tsc -p * Changes based on feedback * Based on feedback * tsc fix * Feedback + tests * Add field to documentLabelFields. Kicks off CLA.
If you rename an id, it does not refresh on the explorer unless you manually refresh it. It should probably refresh itself to update the label on the explorer if the id is changed.
The text was updated successfully, but these errors were encountered: