mongotron icon indicating copy to clipboard operation
mongotron copied to clipboard

Error when updating using modal document editor

Open officert opened this issue 9 years ago • 3 comments

Branch: Master

Steps:

  1. Open a tab and query a collection
  2. Hover over a document and click the :pencil2: icon in the left hand corner
  3. Click the Save button in the modal that comes up
  4. You should see an error like this:
screen shot 2016-02-03 at 7 13 49 pm

officert avatar Feb 04 '16 00:02 officert

Same here. Can't edit any documents :-1:

SpencerSharkey avatar Feb 20 '16 03:02 SpencerSharkey

@SpencerSharkey fixes for this will in the next release, but for now you can use the inline edit or use the query editor and run an updateMany or updateOne command.

To use the inline editor just double click on a value in the key-value view.

officert avatar Feb 20 '16 14:02 officert

Oh thanks, that's a helpful feature :) :+1:

SpencerSharkey avatar Feb 23 '16 17:02 SpencerSharkey