stable
Clone or download
Read-only
Part of request #22648 : Convert AngularJS directives and controllers to hybrids web components How to test: - No functional change in Radio Buttons 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: Ic3bb28e568337c16232849deb0ebe4eeb2dbec2d
Modified Files
Name | ||||
---|---|---|---|---|
D | plugins/tracker/scripts/lib/artifact-modal/src/fields/radio-button-field/radio-button-field-component.js | +0 | −78 | Go to diff View file |
A | plugins/tracker/scripts/lib/artifact-modal/src/fields/radio-buttons-field/RadioButtonsField.test.ts | +55 | −0 | Go to diff View file |
A | plugins/tracker/scripts/lib/artifact-modal/src/fields/radio-buttons-field/RadioButtonsField.ts | +109 | −0 | Go to diff View file |
M | plugins/tracker/scripts/lib/artifact-modal/src/tuleap-artifact-modal-controller.js | +6 | −0 | Go to diff View file |
M | plugins/tracker/scripts/lib/artifact-modal/src/tuleap-artifact-modal.js | +9 | −3 | Go to diff View file |
M | plugins/tracker/scripts/lib/artifact-modal/src/tuleap-artifact-modal.tpl.html | +12 | −6 | Go to diff View file |