stable

Clone or download

Read-only

feat(ttm): Upload dropped files

part of: story #22576 have multiple files uploaded with comments How to test: - Drop some files and images outside in the drop zone OUTSIDE the comment box --> They are uploaded - Drop some files and images in the drop zone INSIDE the comment box --> The images are uploaded by the ckeditor handler and are added inside the text --> The files are added to the attachments list - Drop a folder --> Error modal "Not a file" Change-Id: I6777763f20c64635795eba499760e8c11c688650

Modified Files

Name
M plugins/testmanagement/scripts/testmanagement/po/fr.po +3 −0 Go to diff View file
M plugins/testmanagement/scripts/testmanagement/src/execution/execution-attachments/execution-attachments-component.js +29 −1 Go to diff View file
M plugins/testmanagement/scripts/testmanagement/src/execution/execution-attachments/execution-attachments-component.test.js +93 −1 Go to diff View file
M plugins/testmanagement/scripts/testmanagement/src/execution/execution-attachments/execution-attachments-drop-zone-controller.js +12 −1 Go to diff View file
M plugins/testmanagement/scripts/testmanagement/src/execution/execution-attachments/execution-attachments-drop-zone-controller.test.js +39 −4 Go to diff View file