stable

Clone or download

Read-only

Required fields errors are displayed in administration

part of story #21794 display Program Management configuration errors Have a required field outside synchronized field (any field not linked to a semantic and required) - 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: I92be4ac22b9fe1b3d93b57664635cdc15c5cd3bc

Modified Files

Name
M plugins/program_management/include/Adapter/Program/Backlog/CreationCheck/RequiredFieldChecker.php +16 −16 Go to diff View file
M plugins/program_management/include/Domain/Program/Backlog/CreationCheck/CheckRequiredField.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 −1 Go to diff View file
M plugins/program_management/site-content/fr_FR/LC_MESSAGES/tuleap-program_management.po +8 −0 Go to diff View file
M plugins/program_management/tests/unit/Adapter/Program/Backlog/CreationCheck/RequiredFieldCheckerTest.php +14 −4 Go to diff View file