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 have a model called Data and its associated DataVersion model.
My Data schema is as follows :
{class: String,
body: {}
}
The problem is that the content of the body attribute is empty in the attribute doc.body of the DataVersion instances.
Is this normal ?
Regards,
Fabien.
The text was updated successfully, but these errors were encountered:
Hi,
I have a model called Data and its associated DataVersion model.
My Data schema is as follows :
{class: String,
body: {}
}
The problem is that the content of the body attribute is empty in the attribute doc.body of the DataVersion instances.
Is this normal ?
Regards,
Fabien.
The text was updated successfully, but these errors were encountered: