stable

Clone or download

Read-only

Programs and teams must be in the explicit backlog mode

This change also allows the XML import of agile dashboard configuration even when there is no node cardwall in the configuration. This is the case of the program project imported for the REST tests for example. Part of story #17879: add Teams to Programs Change-Id: Iea5bbf7fe9f4ae734eeecf0ad7b82344eb8fafbe

Modified Files

Name
M plugins/cardwall/include/CardwallConfigXmlImport.class.php +8 −2 Go to diff View file
M plugins/cardwall/tests/unit/CardwallConfigXmlImportTest.php +21 −0 Go to diff View file
M plugins/scaled_agile/include/Adapter/Program/Plan/ProgramAdapter.php +18 −5 Go to diff View file
A plugins/scaled_agile/include/Adapter/Program/Plan/ProgramMustHaveExplicitBacklogEnabledException.php +31 −0 Go to diff View file
M plugins/scaled_agile/include/Adapter/Team/TeamAdapter.php +18 −4 Go to diff View file
A plugins/scaled_agile/include/Adapter/Team/TeamMustHaveExplicitBacklogEnabledException.php +31 −0 Go to diff View file
M plugins/scaled_agile/include/Program/Plan/BuildProgram.php +2 −1 Go to diff View file
M plugins/scaled_agile/include/REST/v1/ProjectResource.php +13 −12 Go to diff View file
M plugins/scaled_agile/include/REST/v1/ScaledAgileResource.php +3 −1 Go to diff View file
M plugins/scaled_agile/include/Team/Creation/BuildTeam.php +2 −0 Go to diff View file
M plugins/scaled_agile/tests/unit/Adapter/Program/Plan/ProgramAdapterTest.php +30 −5 Go to diff View file
M plugins/scaled_agile/tests/unit/Adapter/Team/TeamAdapterTest.php +31 −4 Go to diff View file