stable

Clone or download

Read-only

closes request #22578 User can submit incorrect plan configuration

In REST route /projects/{id}/program_plan use the smae tracker id for program_increment_tracker_id and iteration_tracker_id And error must be thrown Change-Id: I422df752e6d68644ab37b8cfcc4dcc3406674e81

Modified Files

Name
M plugins/program_management/include/Adapter/XML/ProgramManagementConfigXMLImporter.php +1 −0 Go to diff View file
M plugins/program_management/include/Domain/Program/Plan/PlanChange.php +6 −0 Go to diff View file
A plugins/program_management/include/Domain/Program/Plan/ProgramIncrementAndIterationCanNotBeTheSameTrackerException.php +40 −0 Go to diff View file
M plugins/program_management/include/REST/v1/ProjectResource.php +2 −1 Go to diff View file
M plugins/program_management/site-content/fr_FR/LC_MESSAGES/tuleap-program_management.po +6 −0 Go to diff View file
M plugins/program_management/tests/unit/Domain/Program/Plan/PlanChangeTest.php +20 −0 Go to diff View file