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
We should support JsonObjects that don't have an id set (they don't exist in foundry's backend). When performing any operation, we should first check if the id is set or not, and if not, we should use the create function before the operation.
The text was updated successfully, but these errors were encountered:
We should support
JsonObject
s that don't have an id set (they don't exist in foundry's backend). When performing any operation, we should first check if the id is set or not, and if not, we should use thecreate
function before the operation.The text was updated successfully, but these errors were encountered: