stable

Clone or download

Read-only

Error when creating an artifact with an OpenList field

Part of story #11095 Style Planning-v2 in BurningParrot How to test: - When you try to create a new artifact in Planning (or TTM) with an OpenList field, it should not cause an error in the POST REST route, and the modal should close correctly - The fields values should be set correctly Change-Id: I1a54fb613be7c35ef427cb70981445e0f83729b5

Modified Files

Name
M plugins/tracker/www/scripts/angular-artifact-modal/src/model/field-values-service.js +7 −13 Go to diff View file
M plugins/tracker/www/scripts/angular-artifact-modal/src/model/field-values-service.spec.js +14 −11 Go to diff View file
A plugins/tracker/www/scripts/angular-artifact-modal/src/tuleap-artifact-modal-fields/open-list-field/open-list-field-initializer.js +52 −0 Go to diff View file
M plugins/tracker/www/scripts/angular-artifact-modal/src/tuleap-artifact-modal-fields/open-list-field/open-list-field-validate-service.js +3 −3 Go to diff View file
M plugins/tracker/www/scripts/angular-artifact-modal/src/tuleap-artifact-modal-fields/open-list-field/open-list-field-validate-service.spec.js +21 −21 Go to diff View file