stable
Clone or download
Read-only
part of story #21794 display Program Management configuration errors How to test, on team release tracker: - have a workflow on status - have global rules over date filds - have fields dependencies over list fields - errors are now displayed in UI - all errors are collected only when you are in administration section, it breaks at first error encounter else - errors are translated Change-Id: I58815a4d28e8ad8b26c3feac8ea5be5cdbe98d79
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/program_management/include/Adapter/Program/Backlog/CreationCheck/WorkflowChecker.php | +94 | −47 | Go to diff View file |
M | plugins/program_management/include/Domain/Program/Backlog/CreationCheck/CheckWorkflow.php | +3 | −1 | Go to diff View file |
M | plugins/program_management/include/Domain/Program/Backlog/CreationCheck/TimeboxCreatorChecker.php | +2 | −1 | Go to diff View file |
M | plugins/program_management/include/program_managementPlugin.php | +1 | −2 | Go to diff View file |
M | plugins/program_management/site-content/fr_FR/LC_MESSAGES/tuleap-program_management.po | +26 | −2 | Go to diff View file |
M | plugins/program_management/tests/unit/Adapter/Program/Backlog/CreationCheck/WorkflowCheckerTest.php | +45 | −6 | Go to diff View file |