stable
Clone or download
Read-only
Part of request #13057 Replace AngularJS services by javascript ES modules in the artifact modal No functional change expected. When you submit or edit an artifact, with a computed field with a manual value or autocomputed, it is well-formatted for the REST API and is correctly updated. Change-Id: I51130d7f2d227aa014351392dc69d33e70a54c9a
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/tracker/www/scripts/angular-artifact-modal/src/index.spec.js | +1 | −1 | Go to diff View file |
D | plugins/tracker/www/scripts/angular-artifact-modal/src/tuleap-artifact-modal-fields/computed-field/computed-field-validate-service.js | +0 | −45 | Go to diff View file |
D | plugins/tracker/www/scripts/angular-artifact-modal/src/tuleap-artifact-modal-fields/computed-field/computed-field-validate-service.spec.js | +0 | −76 | Go to diff View file |
A | plugins/tracker/www/scripts/angular-artifact-modal/src/tuleap-artifact-modal-fields/computed-field/computed-field-value-formatter.js | +38 | −0 | Go to diff View file |
A | plugins/tracker/www/scripts/angular-artifact-modal/src/tuleap-artifact-modal-fields/computed-field/computed-field-value-formatter.spec.js | +85 | −0 | Go to diff View file |
M | plugins/tracker/www/scripts/angular-artifact-modal/src/tuleap-artifact-modal-fields/computed-field/computed-field.js | +1 | −3 | Go to diff View file |
M | plugins/tracker/www/scripts/angular-artifact-modal/src/validate-service.js | +4 | −11 | Go to diff View file |