stable
Clone or download
Read-only
Merge commit 'refs/changes/46/4046/10' of ssh://gerrit.tuleap.net:29418/tuleap into HEAD
* ssh://gerrit.tuleap.net:29418/tuleap: story #7857: Edit a backlog item Change-Id: Ie34ae7f377b99304a27316dc47a9dda1cce16d09
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/agiledashboard/www/js/planning-v2/bower.json | +6 | −8 | Go to diff View file |
M | plugins/agiledashboard/www/js/planning-v2/po/fr.po | +1 | −1 | Go to diff View file |
M | plugins/agiledashboard/www/js/planning-v2/po/template.pot | +4 | −0 | Go to diff View file |
M | plugins/agiledashboard/www/js/planning-v2/src/app/app-planning-controller.js | +22 | −1 | Go to diff View file |
M | plugins/agiledashboard/www/js/planning-v2/src/app/app-planning-controller.spec.js | +23 | −0 | Go to diff View file |
M | plugins/agiledashboard/www/js/planning-v2/src/app/backlog-item/backlog-item-details.tpl.html | +6 | −1 | Go to diff View file |
M | plugins/agiledashboard/www/js/planning-v2/src/app/modal/modal-instance-controller.js | +29 | −13 | Go to diff View file |
M | plugins/agiledashboard/www/js/planning-v2/src/app/modal/modal-instance-controller.spec.js | +46 | −18 | Go to diff View file |
M | plugins/agiledashboard/www/js/planning-v2/src/app/modal/modal-model-factory.js | +143 | −53 | Go to diff View file |
M | plugins/agiledashboard/www/js/planning-v2/src/app/modal/modal-model-factory.spec.js | +519 | −235 | Go to diff View file |
M | plugins/agiledashboard/www/js/planning-v2/src/app/modal/modal-service.js | +55 | −22 | Go to diff View file |
M | plugins/agiledashboard/www/js/planning-v2/src/app/modal/modal-service.spec.js | +167 | −24 | Go to diff View file |
M | plugins/agiledashboard/www/js/planning-v2/src/app/modal/modal-tuleap-factory.js | +22 | −53 | Go to diff View file |
M | plugins/agiledashboard/www/js/planning-v2/src/app/modal/modal-tuleap-factory.spec.js | +61 | −84 | Go to diff View file |
M | plugins/agiledashboard/www/js/planning-v2/src/app/modal/modal-validate-factory.js | +52 | −12 | Go to diff View file |
M | plugins/agiledashboard/www/js/planning-v2/src/app/modal/modal-validate-factory.spec.js | +23 | −5 | Go to diff View file |
M | plugins/agiledashboard/www/js/planning-v2/src/app/modal/modal.less | +57 | −0 | Go to diff View file |
M | plugins/agiledashboard/www/js/planning-v2/src/app/modal/modal.tpl.html | +162 | −29 | Go to diff View file |