Update error when _id not shown in Table View
In Table View:
if I put { "_id": 0 } in Projection, _id is not shown in Table rows.
The problem is :
If I try to edit a value in a row I get the error popup:
"Couldn't store value in field '<my field name>' !
_id field is currently excluded
===
I should be able to edit a row even if I don't want the _id's to be shown in the view.
1
vote
dew
shared this idea