stable

Clone or download

Read-only

feat: Link field dispatches change event

How to test: - Using the artifact modal, edit or create an artifact with an Artifact links field. - Add a new link, change the type of an existing link, or mark for deletion an existing link. - 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: I38ec045c0469064cdd68a1e1b4dcb3ad4f2fa2d5

Modified Files

Name
M plugins/tracker/scripts/lib/artifact-modal/src/adapters/UI/fields/link-field/LinkField.test.ts +14 −2 Go to diff View file
M plugins/tracker/scripts/lib/artifact-modal/src/adapters/UI/fields/link-field/LinkField.ts +3 −2 Go to diff View file
M plugins/tracker/scripts/lib/artifact-modal/src/adapters/UI/fields/link-field/LinkedArtifactTemplate.test.ts +12 −4 Go to diff View file
M plugins/tracker/scripts/lib/artifact-modal/src/adapters/UI/fields/link-field/LinkedArtifactTemplate.ts +3 −1 Go to diff View file