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 there is a workflow in your tracker, its field should only let you choose the values allowed by the workflow Change-Id: I0b4cde7b0452566e508ad3944e7f4c3b1f1fe85b
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/tracker/www/scripts/angular-artifact-modal/src/index.spec.js | +1 | −1 | Go to diff View file |
M | plugins/tracker/www/scripts/angular-artifact-modal/src/model/model.js | +1 | −3 | Go to diff View file |
A | plugins/tracker/www/scripts/angular-artifact-modal/src/model/workflow-field-values-filter.js | +42 | −0 | Go to diff View file |
A | plugins/tracker/www/scripts/angular-artifact-modal/src/model/workflow-field-values-filter.spec.js | +63 | −0 | Go to diff View file |
D | plugins/tracker/www/scripts/angular-artifact-modal/src/model/workflow-service.js | +0 | −42 | Go to diff View file |
D | plugins/tracker/www/scripts/angular-artifact-modal/src/model/workflow-service.spec.js | +0 | −51 | Go to diff View file |
M | plugins/tracker/www/scripts/angular-artifact-modal/src/tuleap-artifact-modal-service.js | +2 | −7 | Go to diff View file |
M | plugins/tracker/www/scripts/angular-artifact-modal/src/tuleap-artifact-modal-service.spec.js | +29 | −25 | Go to diff View file |