yocontra / smog

HTML5/Node/WebSocket MongoDB panel

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Edit and delete document buttons don't work

SeanBannister opened this issue · comments

As I mentioned in another issue I use custom IDs on some of my documents, I've just noticed that the edit and delete button doesn't work on any document with a custom ID.

Is the ID still an instance of ObjectID or just a string?

its a string.

Can you see if it works in the latest branch now?

The Edit button goes to the edit page but the textarea is blank. The delete button displays the "
Error deleting document: Delete failed" at the bottom of the screen but when I refresh the delete actually worked.