stable

Clone or download

Read-only

feat(ttm): Ability to abort uploads

part of: story #22576 have multiple files uploaded with comments How to test: - pick up a file being uploaded - click on the cross button at the right of its progress bar --> The upload is aborted --> The uploading attachment is removed from the list Change-Id: I48646834df2959f1f8f6141b6f0ada7382a66da8

Modified Files

Name
M plugins/testmanagement/scripts/testmanagement/src/execution-collection/execution-service.js +12 −0 Go to diff View file
M plugins/testmanagement/scripts/testmanagement/src/execution-collection/execution-service.test.js +13 −0 Go to diff View file
M plugins/testmanagement/scripts/testmanagement/src/execution/execution-attachments/execution-attachments-component.js +13 −1 Go to diff View file
M plugins/testmanagement/scripts/testmanagement/src/execution/execution-attachments/execution-attachments-component.test.js +23 −0 Go to diff View file
M plugins/testmanagement/scripts/testmanagement/src/execution/execution-attachments/execution-attachments-uploader.js +4 −0 Go to diff View file
M plugins/testmanagement/scripts/testmanagement/src/execution/execution-attachments/execution-attachments.tpl.html +3 −0 Go to diff View file
M plugins/testmanagement/themes/BurningParrot/css/includes/_current-execution.scss +12 −0 Go to diff View file