stable

Clone or download

Read-only

Display the project icon in the user story card of a feature planned

program Part of story #22687 distinguish projects with an icon How to test - In a program have a feature artifact - In a team, have a user story linked to the Program's feature artiact - In program, make sure that you can plan a feature into program increment - Create a Program increment in program - Plan your feature in your Program increment - In the Agile Dashboard of your team, check your mirrored milestone => EAch user story card is still display and the parent project has its icon displayed near its name. Change-Id: Id4e92c8bb9989af31d82ae34058244f66d588ff5

Modified Files

Name
M plugins/agiledashboard/scripts/planning-v2/src/app/backlog-item/backlog-item-details/backlog-item-details.tpl.html +8 −7 Go to diff View file
M plugins/agiledashboard/scripts/planning-v2/src/app/backlog-item/card-parent-link/card-parent-link-directive.js +1 −0 Go to diff View file
M plugins/agiledashboard/scripts/planning-v2/src/app/backlog-item/card-parent-link/card-parent-link.tpl.html +6 −2 Go to diff View file
M plugins/agiledashboard/tests/unit/REST/v1/Kanban/KanbanTrackerRepresentationTest.php +2 −4 Go to diff View file
M plugins/agiledashboard/tests/unit/REST/v1/Milestone/MilestoneRepresentationBuilderTest.php +3 −2 Go to diff View file
M plugins/crosstracker/tests/rest/CrossTracker/CrossTrackerTest.php +4 −2 Go to diff View file
M plugins/frs/tests/unit/FRS/REST/v1/PackageRepresentationBuilderTest.php +2 −1 Go to diff View file
M plugins/roadmap/tests/unit/Roadmap/REST/v1/SubtasksRetrieverTest.php +2 −1 Go to diff View file
M plugins/roadmap/tests/unit/Roadmap/REST/v1/TaskRepresentationBuilderForTrackerTest.php +2 −1 Go to diff View file
M plugins/tracker/tests/unit/REST/Artifact/ArtifactRepresentationBuilderTest.php +2 −8 Go to diff View file
M plugins/tracker/tests/unit/REST/Artifact/UsersArtifactsResourceControllerTest.php +2 −1 Go to diff View file
M src/common/Project/Project.class.php +3 −0 Go to diff View file
M src/common/Project/REST/ProjectReference.class.php +7 −0 Go to diff View file
M tests/rest/tests/MilestonesTest.php +8 −4 Go to diff View file
M tests/rest/tests/PlanningTest.php +2 −1 Go to diff View file
M tests/rest/tests/ProjectTest.php +14 −7 Go to diff View file