Temporarily remove Mongo Update option

Part of #335
This commit is contained in:
Nick O'Leary 2014-08-18 11:30:21 +01:00
parent 907ce5c079
commit 76e8512869
1 changed files with 2 additions and 2 deletions

View File

@ -74,7 +74,7 @@
<select type="text" id="node-input-operation" style="display: inline-block; vertical-align: top;">
<option value="store">save</option>
<option value="insert">insert</option>
<option value="update">update</option>
<!-- <option value="update">update</option> -->
<option value="delete">remove</option>
</select>
</div>
@ -103,7 +103,7 @@
<p>This could be a unique constant or you could create one based on some other msg property.</p>
<p>Currently we do not limit or cap the collection size at all... this may well change.</p>
<p>You can also choose to <b>remove</b> items. To do so the <b>msg.payload</b> <i>MUST</i> contain an object that will select the items(s) to remove.
A blank object will delete <i>all of the objects</i> in the collection. You have been warned...</p>
A blank object will delete <i>all of the objects</i> in the collection.</p>
</script>
<script type="text/javascript">