stable

Clone or download

Read-only

Remove PFUser from ProjectManagerAdapter

part of request #22231 Decrease adapter responsibility No functional changes. You can test this with cypress suite Change-Id: I38870726baacfc60894ab62da798d50d0d23f2fb

Modified Files

Name
M plugins/program_management/include/Adapter/Workspace/ProjectManagerAdapter.php +5 −5 Go to diff View file
M plugins/program_management/include/DisplayAdminProgramManagementController.php +1 −1 Go to diff View file
M plugins/program_management/include/Domain/Program/Admin/PotentialTeam/PotentialTeamsCollection.php +3 −2 Go to diff View file
M plugins/program_management/include/Domain/Workspace/RetrieveProject.php +1 −1 Go to diff View file
M plugins/program_management/include/REST/v1/ProgramIncrementResource.php +1 −1 Go to diff View file
M plugins/program_management/include/REST/v1/ProjectResource.php +1 −1 Go to diff View file
M plugins/program_management/include/program_managementPlugin.php +7 −7 Go to diff View file
M plugins/program_management/tests/unit/Adapter/Workspace/ProjectManagerAdapterTest.php +2 −1 Go to diff View file
M plugins/program_management/tests/unit/Domain/Program/Admin/PotentialTeam/PotentialTeamsBuilderTest.php +7 −6 Go to diff View file
M plugins/program_management/tests/unit/Domain/Program/Backlog/CreationCheck/TimeboxCreatorCheckerTest.php +1 −0 Go to diff View file
M plugins/program_management/tests/unit/Stub/RetrieveProjectStub.php +2 −1 Go to diff View file