stable

Clone or download

Read-only

feat: Computed field dispatches change event

How to test: - In the artifact modal, edit an artifact with a computed field. - Change its value (for example switch to autocomputed, input a manual value) - Close the modal (either 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: I8963140d482624ba462f18e40114245829b1eb54

Modified Files

Name
M plugins/tracker/scripts/lib/artifact-modal/src/adapters/UI/fields/computed-field/ComputedField.test.ts +59 −53 Go to diff View file
M plugins/tracker/scripts/lib/artifact-modal/src/adapters/UI/fields/computed-field/ComputedField.ts +3 −2 Go to diff View file