stable
Clone or download
Read-only
Part of request #32986 Planning doesn't refresh when links are updated with modal How to test: - Go to the planning view - Edit a user story - Touch the artifact link field - Submit the modal => The page is reloaded and a success feedback tells you the item has been updated => if there is no change in the artifact link field, then there is no reload Change-Id: Ie16d0c36f00aa7b836b227c1be12b1c2610ba8ff
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/agiledashboard/scripts/planning-v2/po/fr_FR.po | +7 | −4 | Go to diff View file |
M | plugins/agiledashboard/scripts/planning-v2/src/app/backlog-item-collection/backlog-item-collection-service.js | +29 | −4 | Go to diff View file |
M | plugins/agiledashboard/scripts/planning-v2/src/app/backlog-item-collection/backlog-item-collection-service.test.js | +58 | −11 | Go to diff View file |
M | plugins/agiledashboard/scripts/planning-v2/src/app/backlog-item-rest/backlog-item-factory.ts | +1 | −0 | Go to diff View file |
M | plugins/agiledashboard/scripts/planning-v2/src/app/edit-item/edit-item-service.js | +7 | −5 | Go to diff View file |
M | plugins/agiledashboard/scripts/planning-v2/src/app/main-controller.js | +16 | −2 | Go to diff View file |
M | plugins/agiledashboard/scripts/planning-v2/src/app/planner-view/planner-view-component.test.js | +4 | −1 | Go to diff View file |
A | plugins/agiledashboard/scripts/planning-v2/src/app/session.ts | +20 | −0 | Go to diff View file |
M | plugins/tracker/scripts/lib/artifact-modal/src/tuleap-artifact-modal-controller.js | +9 | −1 | Go to diff View file |
M | plugins/tracker/scripts/lib/artifact-modal/src/tuleap-artifact-modal.tpl.html | +1 | −0 | Go to diff View file |