Skip to content

Latest commit

 

History

History
14 lines (14 loc) · 763 Bytes

2022-01-14-allow-downloading-documents-from-bulk-edit.md

File metadata and controls

14 lines (14 loc) · 763 Bytes
title issue
Allow downloading documents from bulk edit
NEXT-19366

Administration

  • Added sw-bulk-edit-order-documents-download-documents component in sw-bulk-edit module.
  • Added the following methods in sw-bulk-edit-save-modal-success component to download order documents:
    • onDownloadOrderDocuments
    • executeDownloadOrderDocuments
    • downloadFiles
  • Added sw_bulk_edit_save_modal_success_download_order_documents block in sw-bulk-edit-save-modal-success component template.
  • Added onChangeDocument method in sw-bulk-edit-order component.
  • Added isDownloadingOrderDocument data variable in sw-bulk-edit-save-modal component.
  • Added setIsDownloadingOrderDocument method in sw-bulk-edit-save-modal component.