stable

Clone or download

Read-only

fix: title was missing for possible parents from program management

part of: story #22681 select a parent from Program for my features/enablers Change-Id: I96657163adedc8198a6b04df14955a4bf5494f9b

Modified Files

Name
M plugins/program_management/include/Adapter/Program/Feature/FeaturesDao.php +7 −1 Go to diff View file
M plugins/program_management/include/Adapter/Team/PossibleParentSelectorProxy.php +3 −2 Go to diff View file
A plugins/program_management/include/Domain/Program/Backlog/Feature/FeatureReference.php +38 −0 Go to diff View file
M plugins/program_management/include/Domain/Program/Backlog/Feature/FeaturesStore.php +1 −1 Go to diff View file
M plugins/program_management/include/Domain/Program/Backlog/Feature/FieldData.php +1 −1 Go to diff View file
M plugins/program_management/include/Domain/Team/PossibleParentHandler.php +5 −1 Go to diff View file
M plugins/program_management/include/Domain/Team/PossibleParentSelectorEvent.php +2 −2 Go to diff View file
M plugins/program_management/tests/unit/Adapter/Team/PossibleParentSelectorProxyTest.php +8 −4 Go to diff View file
M plugins/program_management/tests/unit/Domain/Team/PossibleParentHandlerTest.php +5 −3 Go to diff View file