-
Type: Bug
-
Resolution: Done
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: Compass
-
None
-
Not Needed
When cloning a document in Compass that has an _id field that is not an ObjectId, for example:
{ "_id": 1234 "name": "Daniel" }It would be nice that _id being shown in the pane with the new document and the value being editable.
Currently, all fields, but _id, are shown.
Upon creation of the new document, Compass will not let you change the value to a non ObjectId.