PCF-AttachmentGalleryControl icon indicating copy to clipboard operation
PCF-AttachmentGalleryControl copied to clipboard

feat: added retrieval of file type fields

Open ChrisAt2at opened this issue 1 year ago • 0 comments

  • Extracted retrieval of note attachments to separate function
  • Introduced isAttachmentPdf member to determine PDF type once per file
  • inverted conditional logic on isAttachmentPdf not to use negation
  • Added function to retrieve any file type fields. Quickest way to prevent large code refactoring was to convert the file blob to Base64 string
  • Bumbed version to .2

ChrisAt2at avatar Jul 26 '24 13:07 ChrisAt2at