stable
Clone or download
Read-only
part of: request #22648 Convert AngularJS directives and controllers to hybrids web components No functional changes expected for the fields artifact id, artifact in-tracker id, priority and cross-references. Change-Id: I2bf8d50c551703f3ec8f5e278364a1748baf48d3
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/tracker/scripts/constants/fields-constants.d.ts | +6 | −2 | Go to diff View file |
M | plugins/tracker/scripts/constants/fields-constants.js | +10 | −8 | Go to diff View file |
A | plugins/tracker/scripts/lib/artifact-modal/src/adapters/UI/fields/artifact-id-field/ArtifactIdField.test.ts | +71 | −0 | Go to diff View file |
A | plugins/tracker/scripts/lib/artifact-modal/src/adapters/UI/fields/artifact-id-field/ArtifactIdField.ts | +63 | −0 | Go to diff View file |
A | plugins/tracker/scripts/lib/artifact-modal/src/adapters/UI/fields/cross-references-field/CrossReferencesField.test.ts | +87 | −0 | Go to diff View file |
A | plugins/tracker/scripts/lib/artifact-modal/src/adapters/UI/fields/cross-references-field/CrossReferencesField.ts | +76 | −0 | Go to diff View file |
A | plugins/tracker/scripts/lib/artifact-modal/src/adapters/UI/fields/priority-field/PriorityField.test.ts | +50 | −0 | Go to diff View file |
A | plugins/tracker/scripts/lib/artifact-modal/src/adapters/UI/fields/priority-field/PriorityField.ts | +43 | −0 | Go to diff View file |
M | plugins/tracker/scripts/lib/artifact-modal/src/gettext-catalog.ts | +2 | −0 | Go to diff View file |
M | plugins/tracker/scripts/lib/artifact-modal/src/tuleap-artifact-modal.js | +3 | −0 | Go to diff View file |
M | plugins/tracker/scripts/lib/artifact-modal/src/tuleap-artifact-modal.scss | +5 | −0 | Go to diff View file |
M | plugins/tracker/scripts/lib/artifact-modal/src/tuleap-artifact-modal.tpl.html | +18 | −22 | Go to diff View file |