stable
Clone or download
part of story #27185 add a team and inherit the existing PI & Iterations How to test: In release program tracker add a new status value and bind it to semantic status Go back in program > Administration error message is displayed Note: Presenter objects are like Representation object, they carry technical values to be displayed, they are not par of Domain Every Presenter will be reworked the same way and eventually I'll be able to - Move ConfigurationErrorsCollector into Domain, collectif what's wrong in configuration should be considered as Domain - ProgramAdminPresenter will also be build from a Domain object, and it will enable me to run some tests on its content, today there is no uit test on it Change-Id: Ic08b766a7ed7948a46c8207d3147e111a5c2a4ca
Modified Files
Name | ||||
---|---|---|---|---|
A | plugins/program_management/include/Adapter/Program/Admin/Configuration/SemanticStatusMissingValuesPresenter.php | +44 | −0 | Go to diff View file |
M | plugins/program_management/include/Adapter/Program/Admin/Configuration/TrackerErrorPresenter.php | +6 | −2 | Go to diff View file |
M | plugins/program_management/include/Domain/Program/Admin/Configuration/ConfigurationErrorsCollector.php | +3 | −3 | Go to diff View file |
R | plugins/program_management/include/Domain/Program/Admin/Configuration/SemanticStatusMissingValuesPresenter.php | Go to diff View file |