stable
Clone or download
Read-only
Part of story #22687 distinguish projects with an icon You should see the project icon for the selected projects in `Aggregated projects section and in the list picker when selecting a project. Change-Id: I4bf2b29e686d21bf0cc04e46a215c6bd7b4ea3e4
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/program_management/include/Adapter/Program/Admin/PotentialTeam/PotentialTeamPresenter.php | +4 | −2 | Go to diff View file |
M | plugins/program_management/include/Adapter/Program/Admin/Team/TeamPresenter.php | +5 | −3 | Go to diff View file |
M | plugins/program_management/include/Adapter/Workspace/ProjectProxy.php | +20 | −3 | Go to diff View file |
M | plugins/program_management/include/Domain/Program/Admin/PotentialTeam/PotentialTeam.php | +3 | −8 | Go to diff View file |
M | plugins/program_management/include/Domain/Program/Admin/PotentialTeam/PotentialTeamsCollection.php | +2 | −1 | Go to diff View file |
M | plugins/program_management/include/Domain/ProjectReference.php | +2 | −0 | Go to diff View file |
M | plugins/program_management/templates/admin/teams/admin-form-add-team.mustache | +1 | −1 | Go to diff View file |
M | plugins/program_management/templates/admin/teams/admin-list-teams.mustache | +1 | −1 | Go to diff View file |
M | plugins/program_management/tests/unit/Adapter/Admin/PotentialTeam/PotentialTeamsPresenterBuilderTest.php | +2 | −2 | Go to diff View file |
M | plugins/program_management/tests/unit/Adapter/Events/ProjectServiceBeforeActivationProxyTest.php | +1 | −1 | Go to diff View file |
M | plugins/program_management/tests/unit/Adapter/Events/RootPlanningEditionEventProxyTest.php | +1 | −1 | Go to diff View file |
M | plugins/program_management/tests/unit/Adapter/Events/ServiceDisabledCollectorProxyTest.php | +1 | −1 | Go to diff View file |
M | plugins/program_management/tests/unit/Adapter/Program/Backlog/CreationCheck/WorkflowCheckerTest.php | +1 | −1 | Go to diff View file |
M | plugins/program_management/tests/unit/Adapter/Program/Backlog/ProgramIncrement/ProjectFromTrackerRetrieverTest.php | +1 | −1 | Go to diff View file |
M | plugins/program_management/tests/unit/Adapter/Program/PlanningAdapterTest.php | +5 | −5 | Go to diff View file |
M | plugins/program_management/tests/unit/Adapter/ProgramManagementProjectAdapterTest.php | +1 | −1 | Go to diff View file |
M | plugins/program_management/tests/unit/Adapter/Team/TeamAdapterTest.php | +1 | −1 | Go to diff View file |
M | plugins/program_management/tests/unit/Adapter/Workspace/ProjectProxyTest.php | +3 | −1 | Go to diff View file |
M | plugins/program_management/tests/unit/DisplayAdminProgramManagementControllerTest.php | +1 | −0 | Go to diff View file |
M | plugins/program_management/tests/unit/Domain/Program/Admin/PotentialTeam/PotentialTeamTest.php | +2 | −1 | Go to diff View file |
M | plugins/program_management/tests/unit/Domain/Program/Admin/PotentialTeam/PotentialTeamsCollectionTest.php | +4 | −4 | Go to diff View file |
M | plugins/program_management/tests/unit/Domain/Program/Backlog/ProgramIncrement/Source/SourceArtifactNatureAnalyzerTest.php | +1 | −1 | Go to diff View file |
M | plugins/program_management/tests/unit/Domain/Service/ProjectServiceBeforeActivationHandlerTest.php | +4 | −4 | Go to diff View file |
M | plugins/program_management/tests/unit/Domain/Service/ServiceDisabledCollectorHandlerTest.php | +1 | −1 | Go to diff View file |
M | plugins/program_management/tests/unit/Domain/Team/RootPlanning/RootPlanningEditionHandlerTest.php | +1 | −1 | Go to diff View file |
M | plugins/program_management/tests/unit/Domain/Workspace/ComponentInvolvedVerifierTest.php | +1 | −1 | Go to diff View file |
M | plugins/program_management/tests/unit/Stub/ProjectReferenceStub.php | +10 | −5 | Go to diff View file |