You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 17, 2023. It is now read-only.
functionconvertToObjectId(datasetId,originalId){varnewObjectId=originalId;if(ObjectID.isValid(originalId)){newObjectId=ObjectID(originalId);}else{debug('[%s] Invalid objectId value : %s',datasetId,originalId);}returnnewObjectId;}
varObjectID=require('mongodb').ObjectID;
the uid and the mongo _id are usually synchronised by the sync framework to be the same, but this does not seem to be happening, thus the deletion breaks down
this issue should affect other operations (such as update/ read a specific entry) to fail also, but have confirmed this yet