stable
Clone or download
Read-only
fix: Close request #30394 Cannot configure a Program if project is not created from the expected template
Given a project that is not created with the "Agile release Train" template, then a program cannot be configured, although some teams are linked to this program. This seems to be introduced by the fix done for request #29204 How to test ----------- * Create a new project from another project or from a template that is not "Agile release Train" * Activate the Program service if nedeed * Go to the Program service, configure it by adding a team => The Program administration must display the form to configure Milestones, Program Increments, Iterations ... Change-Id: I8fecfa49cc8c4b4d07ea38de33850f2461145de6
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/program_management/include/Domain/Program/Admin/Configuration/ProgramAdmin.php | +17 | −16 | Go to diff View file |
M | plugins/program_management/tests/unit/Domain/Program/Admin/Configuration/ProgramAdminTest.php | +156 | −0 | Go to diff View file |
M | plugins/program_management/tests/unit/Stub/VerifyIsProjectUsedInPlanStub.php | +5 | −0 | Go to diff View file |