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
Issue ported from old casework github repo (issue 26). Original author: sbarnum
In the example, two of the Relationship objects near the end have Attachment property bundles specifying mimeType and sizeInBytes properties.
These properties are not valid on the Attachment property bundle.
The Attachment property bundle only has a single valid property, 'url'.
The mimeType and sizeInBytes properties should be expressed using a ContentData property bundle on the attachment_file1 and attachment_file2 objects.
The text was updated successfully, but these errors were encountered:
The mimeType and sizeInBytes in the Attachment property bundle is part of the message artifact. Applications usually like to store information about an attachment in it's database. This information can conflict with the data of the actual file. (rounded up size, non-standard mimeType, etc)
As well, properties of ContentData should only contain information parsed from the data itself, not from a separate database.
I believe the Attachment functionality may need to be reworked.
Issue ported from old casework github repo (issue 26).
Original author: sbarnum
In the example, two of the Relationship objects near the end have Attachment property bundles specifying mimeType and sizeInBytes properties.
These properties are not valid on the Attachment property bundle.
The Attachment property bundle only has a single valid property, 'url'.
The mimeType and sizeInBytes properties should be expressed using a ContentData property bundle on the attachment_file1 and attachment_file2 objects.
The text was updated successfully, but these errors were encountered: