stable

Clone or download

Read-only

Program still have some config inherited from planning

part of story #18408 plan Features in Program Increment How to test: remove you project from program, make sure that all planning configuration have been deleted Define again you project as program, without this patch, you won't be able to create ne program increment, in log error TopPlanningNotFoundInProjectException is thrown. With this patch no error, you must be able to create new PI Change-Id: I54cfe235a298a9e73f4e9c078a69cc5dcf2cc625

Modified Files

Name
M plugins/program_management/include/Adapter/Program/Backlog/AsynchronousCreation/TaskBuilder.php +7 −2 Go to diff View file
M plugins/program_management/include/Adapter/Program/Tracker/ProgramTrackerAdapter.php +1 −22 Go to diff View file
D plugins/program_management/include/Adapter/Program/Tracker/ProgramTrackerMustBeDefinedAsPlannableTrackerException.php +0 −31 Go to diff View file
M plugins/program_management/include/Program/Backlog/TrackerCollectionFactory.php +27 −8 Go to diff View file
M plugins/program_management/include/REST/v1/ProgramIncrementResource.php +1 −2 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 +2 −1 Go to diff View file
M plugins/program_management/tests/unit/Adapter/Program/Backlog/AsynchronousCreation/CreateProgramIncrementsTaskTest.php +3 −1 Go to diff View file
M plugins/program_management/tests/unit/Adapter/Program/Tracker/ProgramTrackerAdapterTest.php +1 −36 Go to diff View file
M plugins/program_management/tests/unit/Program/Backlog/CreationCheck/ProgramIncrementArtifactCreatorCheckerTest.php +35 −44 Go to diff View file
M plugins/program_management/tests/unit/Program/Backlog/TrackerCollectionFactoryTest.php +41 −15 Go to diff View file