stable

Clone or download

Read-only

feat: File field dispatches change event

How to test: - Using the artifact modal, edit or create an artifact with a File field (attachment). - Mark an existing file for deletion, add a new file or add a description to a new file. - Close the modal (with Escape key, or clicking the backdrop, etc). - You should see a "confirm" pop-up warning that you might lose some changes. part of request #32653 Do not lose modifications done in Artifact Modal Change-Id: I85aaa6cd61ce31f2e698154c96c5bea111847512

Modified Files

Name
M plugins/tracker/scripts/lib/artifact-modal/src/adapters/UI/fields/file-field/FileField.test.ts +69 −31 Go to diff View file
M plugins/tracker/scripts/lib/artifact-modal/src/adapters/UI/fields/file-field/FileField.ts +3 −1 Go to diff View file