Merges the latest feature form work into v.next for the release
Summary of changes:
FeatureFormsApp now uses a client id that is made public for OAuth and doesn't require a user to supply it. The README is also updated to reflect this.
Added theming support for AttachmentsFormElement. This also includes a new test.
AttachmentsFormElement.attachments list is now displayed in reverse order as it sorts the attachments from newest to oldest.
Thumbnails for each attachment in AttachmentTile are loaded directly into memory instead of writing them to a file. This is due to a lack of a unique identifier available to create a file. More info in the issue here .
Empty attachments are blocked from being downloaded due to sdk limitations. This also includes blocking rename/delete.
Large attachments > 50 MB are blocked from being downloaded due to sdk limitations. This includes blocking a rename.
Related to issue: #
Description:
Merges the latest feature form work into v.next for the release
Summary of changes:
AttachmentsFormElement
. This also includes a new test.AttachmentsFormElement.attachments
list is now displayed in reverse order as it sorts the attachments from newest to oldest.AttachmentTile
are loaded directly into memory instead of writing them to a file. This is due to a lack of a unique identifier available to create a file. More info in the issue here .Pre-merge Checklist