stable

Clone or download

Read-only

Convert float field of artifact modal to a hybrids web component

Part of request #22648 : Convert AngularJS directives and controllers to hybrids web components How to test: - No functional change in Float fields in the Artifact modal. - Please check: disabled state (no "update" permission on the field), required state. - There are two end-to-end tests available to check non-regression of the artifact modal in the agiledashboard plugin. Change-Id: Ie4d8f00c704c56829c374a2904a93d276b9faa5d

Modified Files

Name
A plugins/tracker/scripts/lib/artifact-modal/src/fields/float-field/FloatField.test.ts +70 −0 Go to diff View file
A plugins/tracker/scripts/lib/artifact-modal/src/fields/float-field/FloatField.ts +78 −0 Go to diff View file
A plugins/tracker/scripts/lib/artifact-modal/src/fields/float-field/float-field-value-formatter.ts +28 −0 Go to diff View file
M plugins/tracker/scripts/lib/artifact-modal/src/tuleap-artifact-modal.js +2 −1 Go to diff View file
M plugins/tracker/scripts/lib/artifact-modal/src/tuleap-artifact-modal.tpl.html +10 −18 Go to diff View file