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
When creating a representation for an object, the artist draws all properties, including them even if they are null. This interferes with some endpoints, as they may try to lookup a value if the key is present. For example, file may be an optional property, but if the key is present the server may try to open that file and return an error.
{name:"test",file:null}
The artist should exclude properties without values.
The text was updated successfully, but these errors were encountered:
activefx
added a commit
to activefx/kartograph
that referenced
this issue
Oct 14, 2014
When creating a representation for an object, the artist draws all properties, including them even if they are null. This interferes with some endpoints, as they may try to lookup a value if the key is present. For example, file may be an optional property, but if the key is present the server may try to open that file and return an error.
The artist should exclude properties without values.
The text was updated successfully, but these errors were encountered: