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
i.e. need to be able to specify the friendly ID rather than the standard _id to avoid any broken linkages when _ids are updated (e.g. copy/import etc.).
One approach to this is to create a user-friendly lookup API which would do this behind the scenes (see adapt-security/adapt-authoring#165).
We'd also have to make sure the isObjectId attribute isn't used on the schemas which require this, as that has additional type coercion etc.
The text was updated successfully, but these errors were encountered:
i.e. need to be able to specify the friendly ID rather than the standard _id to avoid any broken linkages when _ids are updated (e.g. copy/import etc.).
One approach to this is to create a user-friendly lookup API which would do this behind the scenes (see adapt-security/adapt-authoring#165).
We'd also have to make sure the
isObjectId
attribute isn't used on the schemas which require this, as that has additional type coercion etc.The text was updated successfully, but these errors were encountered: