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

Problem with Document Editor in all Versions #11

Open
vanthome opened this issue May 24, 2013 · 3 comments
Open

Problem with Document Editor in all Versions #11

vanthome opened this issue May 24, 2013 · 3 comments

Comments

@vanthome
Copy link

In all versions (including the latest) I have the problem that documents with an _id which is not a MongoDB specific object ID but a string or a number, nothing is shown in the document editor but also no error.
I think it should be possible to also work with such documents in the object editor.

@Kanatoko
Copy link
Owner

How to reproduce the issue?
I have tried

db.test.insert({ _id: 'foo', key1:'value1' })

from mongo client but it works.

@teomurgi
Copy link

teomurgi commented Jul 3, 2013

Same problem here with version 1.0.13

@smakela
Copy link

smakela commented Sep 25, 2013

This could be also be related to the bug that I reported. Sounds like same problem.

#16

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

4 participants