stable
Clone or download
Read-only
Part of story #10738 have the list of parents when I edit a backlog item How to test: In kanban and TTM, when you open an artifact in edition - and its tracker was in a hierarchy, then you should be able to select a parent artifact - and it already had a parent, then you should see the parent in the field - and its tracker wasn't in a hierarchy, then there should not be a request to get possible parents Change-Id: Ie808112f1d3157485210d0f7fe115a8099988d57
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/tracker/www/scripts/angular-artifact-modal/po/fr.po | +9 | −5 | Go to diff View file |
M | plugins/tracker/www/scripts/angular-artifact-modal/po/template.pot | +4 | −0 | Go to diff View file |
M | plugins/tracker/www/scripts/angular-artifact-modal/src/rest/rest-service.js | +31 | −11 | Go to diff View file |
M | plugins/tracker/www/scripts/angular-artifact-modal/src/rest/rest-service.spec.js | +60 | −4 | Go to diff View file |
M | plugins/tracker/www/scripts/angular-artifact-modal/src/tlp-mock.spec.js | +1 | −0 | Go to diff View file |
M | plugins/tracker/www/scripts/angular-artifact-modal/src/tuleap-artifact-modal-fields/link-field/link-field-controller.js | +58 | −28 | Go to diff View file |
M | plugins/tracker/www/scripts/angular-artifact-modal/src/tuleap-artifact-modal-fields/link-field/link-field-controller.spec.js | +143 | −23 | Go to diff View file |
M | plugins/tracker/www/scripts/angular-artifact-modal/src/tuleap-artifact-modal-fields/link-field/link-field-directive.js | +1 | −0 | Go to diff View file |
M | plugins/tracker/www/scripts/angular-artifact-modal/src/tuleap-artifact-modal-fields/link-field/link-field-service.js | +0 | −6 | Go to diff View file |
M | plugins/tracker/www/scripts/angular-artifact-modal/src/tuleap-artifact-modal-fields/link-field/link-field-service.spec.js | +0 | −29 | Go to diff View file |
A | plugins/tracker/www/scripts/angular-artifact-modal/src/tuleap-artifact-modal-fields/link-field/link-field.scss | +3 | −0 | Go to diff View file |
M | plugins/tracker/www/scripts/angular-artifact-modal/src/tuleap-artifact-modal-fields/link-field/link-field.tpl.html | +10 | −1 | Go to diff View file |
M | plugins/tracker/www/scripts/angular-artifact-modal/src/tuleap-artifact-modal.scss | +1 | −1 | Go to diff View file |
M | plugins/tracker/www/scripts/angular-artifact-modal/src/tuleap-artifact-modal.tpl.html | +1 | −0 | Go to diff View file |